Merge pull request #13406 from owncloud/fix-php-doc

Fix PHPDoc
This commit is contained in:
Frank Karlitschek 2015-01-15 20:35:30 -05:00
commit 696d9dc98e
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@ class OC_App {
* @param bool $forceRefresh whether to refresh the cache
* @param bool $all whether to return apps for all users, not only the
* currently logged in one
* @return array
*/
public static function getEnabledApps($forceRefresh = false, $all = false) {
if (!OC_Config::getValue('installed', false)) {