Add comment

remotes/origin/ldap_group_count
Robin Appelman 11 years ago
parent 8b41689fe6
commit 2547945779
  1. 3
      lib/private/app.php

@ -195,6 +195,9 @@ class OC_App {
}
sort($apps);
array_unshift($apps, 'files');
// Only cache the app list, when the user is logged in.
// Otherwise we cache the list with disabled apps, although
// the apps are enabled for the user after he logged in.
if ($user) {
self::$enabledAppsCache = $apps;
}

Loading…
Cancel
Save