From: Jan-Christoph Borchardt Date: Mon, 22 Jul 2013 13:05:28 +0000 (+0200) Subject: shorten wording on config directory errors X-Git-Tag: v6.0.0alpha2~405^2~11 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=93b227d80309e28d900641bac9c568484826dae5;p=nextcloud-server.git shorten wording on config directory errors --- diff --git a/lib/base.php b/lib/base.php index df57fe979f3..eaee8424651 100644 --- a/lib/base.php +++ b/lib/base.php @@ -173,7 +173,7 @@ class OC { and !is_writable(OC::$SERVERROOT . "/config/config.php")) { $defaults = new OC_Defaults(); OC_Template::printErrorPage( - "Can't write into config directory 'config'", + "Can't write into config directory!", 'This can usually be fixed by ' .'giving the webserver write access to the config directory.' ); @@ -826,3 +826,4 @@ if (!function_exists('get_temp_dir')) { } OC::init(); + diff --git a/lib/config.php b/lib/config.php index a38ce19c74f..f7852fd68f6 100644 --- a/lib/config.php +++ b/lib/config.php @@ -177,7 +177,7 @@ class Config { if (!$result) { $url = $defaults->getDocBaseUrl() . '/server/5.0/admin_manual/installation/installation_source.html#set-the-directory-permissions'; throw new HintException( - "Can't write into config directory 'config'", + "Can't write into config directory!", 'This can usually be fixed by ' .'giving the webserver write access to the config directory.'); } @@ -186,3 +186,4 @@ class Config { \OC_Util::clearOpcodeCache(); } } +