diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-02-27 05:21:17 -0800 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-02-27 05:21:17 -0800 |
commit | 3a7322342e602950ad53ba352e0f75193aebb265 (patch) | |
tree | b9e9fb45d9ac7067756455fe555c3a7ecd2c8c39 /lib | |
parent | a708b63402527d3c850553d105461d44ebd6bf49 (diff) | |
parent | a1afc2e34f4652d791b78e7f541712301cd48c9d (diff) | |
download | nextcloud-server-3a7322342e602950ad53ba352e0f75193aebb265.tar.gz nextcloud-server-3a7322342e602950ad53ba352e0f75193aebb265.zip |
Merge pull request #1956 from owncloud/session-error-format
add styles before session init
Diffstat (limited to 'lib')
-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 9bdbf48d725..8d6dec78ea6 100644 --- a/lib/base.php +++ b/lib/base.php @@ -326,6 +326,7 @@ class OC { OC_Log::ERROR); header('HTTP/1.1 500 Internal Server Error'); + OC_Util::addStyle("styles"); $error = 'Session could not be initialized. Please contact your '; $error .= 'system administrator'; |