diff options
Diffstat (limited to 'lib/config.php')
-rw-r--r-- | lib/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/config.php b/lib/config.php index a5c11b466f7..0bd497b8e50 100644 --- a/lib/config.php +++ b/lib/config.php @@ -166,8 +166,8 @@ class OC_Config{ $tmpl = new OC_Template( '', 'error', 'guest' ); $tmpl->assign('errors', array(1=>array( 'error'=>"Can't write into config directory 'config'", - 'hint'=>"You can usually fix this by giving the webserver user write access' - .' to the config directory in owncloud"))); + 'hint'=>'You can usually fix this by giving the webserver user write access' + .' to the config directory in owncloud'))); $tmpl->printPage(); exit; } |