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