Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2013-02-27 17:21:17 +0400
committerBart Visscher <bartv@thisnet.nl>2013-02-27 17:21:17 +0400
commit3a7322342e602950ad53ba352e0f75193aebb265 (patch)
treeb9e9fb45d9ac7067756455fe555c3a7ecd2c8c39 /lib/base.php
parenta708b63402527d3c850553d105461d44ebd6bf49 (diff)
parenta1afc2e34f4652d791b78e7f541712301cd48c9d (diff)
Merge pull request #1956 from owncloud/session-error-format
add styles before session init
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 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';