diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-07-01 16:55:29 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-07-01 16:55:29 +0200 |
commit | 7c174520289dc5337dda1d32352e7542cb329670 (patch) | |
tree | a29aefb737ad35a0829ec7c92ca2245314d6894f /lib/private/app.php | |
parent | 3e78f41d00a6b6d2f2dbc90beb9fb0a3e85f6cf4 (diff) | |
download | nextcloud-server-7c174520289dc5337dda1d32352e7542cb329670.tar.gz nextcloud-server-7c174520289dc5337dda1d32352e7542cb329670.zip |
Added unit test for default app URL
Diffstat (limited to 'lib/private/app.php')
-rw-r--r-- | lib/private/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/app.php b/lib/private/app.php index 9fb0ec2e34f..0ca2ca36bd2 100644 --- a/lib/private/app.php +++ b/lib/private/app.php @@ -163,7 +163,7 @@ class OC_App { /** * get all enabled apps */ - private static $enabledAppsCache = array(); + protected static $enabledAppsCache = array(); public static function getEnabledApps($forceRefresh = false) { if (!OC_Config::getValue('installed', false)) { |