Merge pull request #1956 from owncloud/session-error-format
add styles before session init
This commit is contained in:
commit
3a7322342e
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in New Issue