diff --git a/lib/private/setup.php b/lib/private/setup.php index e5f84d4c02..a350838763 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";