add css and scripts before session init

This commit is contained in:
Bernhard Posselt 2013-02-27 11:17:14 +01:00
parent 81c664697b
commit 18b7a2bf21
1 changed files with 1 additions and 1 deletions

View File

@ -459,8 +459,8 @@ class OC {
self::checkConfig();
self::checkInstalled();
self::checkSSL();
self::initSession();
self::initTemplateEngine();
self::initSession();
$errors = OC_Util::checkServer();
if (count($errors) > 0) {