summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-06-16 20:50:52 +0200
committerBart Visscher <bartv@thisnet.nl>2012-06-16 20:52:10 +0200
commit6e9cd63fa1af24781c981c5535876f22fdb17934 (patch)
treebfebc9684405c11599b0ccffdc92d608794f36f2 /lib/base.php
parent99a68abbd5ae5b41b0fcae5efc8235ac49484164 (diff)
downloadnextcloud-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.php1
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();