]> source.dussan.org Git - nextcloud-server.git/commitdiff
shorten wording on config directory errors
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 22 Jul 2013 13:05:28 +0000 (15:05 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 23 Jul 2013 16:41:00 +0000 (18:41 +0200)
lib/base.php
lib/config.php

index df57fe979f3e9d8b421ae9fa9d89343b41d2dc36..eaee84246512ec137417a313773a6e43a4e0727e 100644 (file)
@@ -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 '
                                        .'<a href="' . $defaults->getDocBaseUrl() . '/server/5.0/admin_manual/installation/installation_source.html#set-the-directory-permissions" target="_blank">giving the webserver write access to the config directory</a>.'
                        );
@@ -826,3 +826,4 @@ if (!function_exists('get_temp_dir')) {
 }
 
 OC::init();
+
index a38ce19c74f1ce9731b2af7362864dffe5836739..f7852fd68f6fa979826cc176611bf6687423ec0f 100644 (file)
@@ -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 '
                                        .'<a href="' . $url . '" target="_blank">giving the webserver write access to the config directory</a>.');
                }
@@ -186,3 +186,4 @@ class Config {
                \OC_Util::clearOpcodeCache();
        }
 }
+