Merge pull request #1956 from owncloud/session-error-format

add styles before session init
This commit is contained in:
Bart Visscher 2013-02-27 05:21:17 -08:00
commit 3a7322342e
1 changed files with 1 additions and 0 deletions

View File

@ -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';