summaryrefslogtreecommitdiffstats
path: root/lib/config.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-07-22 15:05:28 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-07-23 18:41:00 +0200
commit93b227d80309e28d900641bac9c568484826dae5 (patch)
tree2bd46dc4a50224e538f983e6aa24b97d9c1be0ef /lib/config.php
parent31bf24a1162444ed746c6dfba38e0a0a7d2a459b (diff)
downloadnextcloud-server-93b227d80309e28d900641bac9c568484826dae5.tar.gz
nextcloud-server-93b227d80309e28d900641bac9c568484826dae5.zip
shorten wording on config directory errors
Diffstat (limited to 'lib/config.php')
-rw-r--r--lib/config.php3
1 files changed, 2 insertions, 1 deletions
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 '
.'<a href="' . $url . '" target="_blank">giving the webserver write access to the config directory</a>.');
}
@@ -186,3 +186,4 @@ class Config {
\OC_Util::clearOpcodeCache();
}
}
+