diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-08-11 14:19:59 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-08-11 14:19:59 +0200 |
commit | c16fd29f2924cd9fbd46b4d3f2e4505a55a3b57d (patch) | |
tree | 323046e0d0c5b9c0a09960cfcd16d91830fefbe2 /lib/private/app.php | |
parent | aed068b237e8b654487941b10bfb45066fcdc5c2 (diff) | |
download | nextcloud-server-c16fd29f2924cd9fbd46b4d3f2e4505a55a3b57d.tar.gz nextcloud-server-c16fd29f2924cd9fbd46b4d3f2e4505a55a3b57d.zip |
Revert "Only load app routes if the app has already been loaded"
This reverts commit 50ebea41f60f2864a565ea9985c5462c2df5f09e.
Diffstat (limited to 'lib/private/app.php')
-rw-r--r-- | lib/private/app.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/private/app.php b/lib/private/app.php index e51fe73cb19..74b21b2b107 100644 --- a/lib/private/app.php +++ b/lib/private/app.php @@ -74,16 +74,6 @@ class OC_App { } /** - * Check if an app is loaded - * - * @param string $app - * @return bool - */ - public static function isAppLoaded($app) { - return in_array($app, self::$loadedApps, true); - } - - /** * loads all apps * * @param array $types |