diff options
Diffstat (limited to 'lib/private/setup.php')
-rw-r--r-- | lib/private/setup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/setup.php b/lib/private/setup.php index e5f84d4c02a..a350838763f 100644 --- a/lib/private/setup.php +++ b/lib/private/setup.php @@ -273,7 +273,7 @@ class OC_Setup { public static function updateHtaccess() { $setupHelper = new OC_Setup(\OC::$server->getConfig()); if(!$setupHelper->isCurrentHtaccess()) { - throw new \OC\HintException('.htaccess file has the wrong version. Please upload the correct version.'); + throw new \OC\HintException('.htaccess file has the wrong version. Please upload the correct version. Maybe you forgot to replace it after updating?'); } $content = "\n"; |