diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-06-16 20:50:52 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-06-16 20:52:10 +0200 |
commit | 6e9cd63fa1af24781c981c5535876f22fdb17934 (patch) | |
tree | bfebc9684405c11599b0ccffdc92d608794f36f2 /lib/base.php | |
parent | 99a68abbd5ae5b41b0fcae5efc8235ac49484164 (diff) | |
download | nextcloud-server-6e9cd63fa1af24781c981c5535876f22fdb17934.tar.gz nextcloud-server-6e9cd63fa1af24781c981c5535876f22fdb17934.zip |
Only check for apps owncloud version requirment when there is a new owncloud version
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base.php b/lib/base.php index fedc1238851..30f7e5bba63 100644 --- a/lib/base.php +++ b/lib/base.php @@ -229,6 +229,7 @@ class OC{ } OC_Config::setValue('version',implode('.',OC_Util::getVersion())); + OC_App::checkAppsRequirements(); } OC_App::updateApps(); |