Merge pull request #13694 from owncloud/little-bit-more-descriptive-htaccess-error
Make error more descriptive
This commit is contained in:
commit
f248ee013b
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue