diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-12-11 22:08:01 +0100 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2012-01-08 01:57:53 +0100 |
commit | fea68e08b4f0aa52ebd051e4428ff5abd8284f5c (patch) | |
tree | 22294cff607c893e0e53a5d11948b31b3bf66089 /lib/base.php | |
parent | 001d06f2ff4a641ff76b4d67a3a33cbdbf5b2bb5 (diff) | |
download | nextcloud-server-fea68e08b4f0aa52ebd051e4428ff5abd8284f5c.tar.gz nextcloud-server-fea68e08b4f0aa52ebd051e4428ff5abd8284f5c.zip |
update apps when their version number increases
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/base.php b/lib/base.php index 7b42d56f522..c3965c9cd39 100644 --- a/lib/base.php +++ b/lib/base.php @@ -159,6 +159,8 @@ class OC{ OC_Config::setValue('version',implode('.',OC_Util::getVersion())); } + OC_App::updateApps(); + ini_set('session.cookie_httponly','1;'); session_start(); |