Skip to content
Snippets Groups Projects
Commit d8559dc7 authored by Lukas Reschke's avatar Lukas Reschke
Browse files
parent 5da4071c
Branches
No related tags found
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment