[Pkg-owncloud-commits] [owncloud] 22/223: fix php doc block

David Prévot taffit at moszumanska.debian.org
Sun Jun 22 01:54:01 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 5d4f3baf56337b09299792c54e85e6720bc77d15
Author: Georg Ehrke <developer at georgehrke.com>
Date:   Tue Jun 10 13:51:20 2014 +0200

    fix php doc block
---
 lib/private/app.php | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lib/private/app.php b/lib/private/app.php
index c1a62f8..15577ce 100644
--- a/lib/private/app.php
+++ b/lib/private/app.php
@@ -265,10 +265,8 @@ class OC_App {
 	}
 
 	/**
-	 * disables an app
-	 * @param string $app app
-	 *
 	 * This function set an app as disabled in appconfig.
+	 * @param string $app app
 	 */
 	public static function disable($app) {
 		self::$enabledAppsCache = array(); // flush

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list