Skip to content
Snippets Groups Projects
Commit b1c9b296 authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #3089 from guruz/fix_ugly_config_writeability_error

Fix ugly error style on install
parents a7b4469b f1a63254
No related branches found
No related tags found
No related merge requests found
......@@ -467,11 +467,11 @@ class OC {
stream_wrapper_register('close', 'OC\Files\Stream\Close');
stream_wrapper_register('oc', 'OC\Files\Stream\OC');
self::initTemplateEngine();
self::checkConfig();
self::checkInstalled();
self::checkSSL();
self::initSession();
self::initTemplateEngine();
$errors = OC_Util::checkServer();
if (count($errors) > 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment