From: Lukas Reschke Date: Mon, 26 Jan 2015 21:59:12 +0000 (+0100) Subject: Make error more descriptive X-Git-Tag: v8.0.0RC1~32^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d8559dc78fa2949b86397dc4f73a378411d739b4;p=nextcloud-server.git Make error more descriptive Ref https://github.com/owncloud/core/issues/13693#issuecomment-71546767 --- 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";