CRM-19384 - Fix README regression in the installer
authorTim Otten <totten@civicrm.org>
Thu, 22 Sep 2016 04:05:19 +0000 (00:05 -0400)
committerTim Otten <totten@civicrm.org>
Thu, 22 Sep 2016 04:05:19 +0000 (00:05 -0400)
The installer uses `README.txt` as a sanity-check to see if the files are in
place.  The file was renamed in CRM-19384, so this fixes the sanity-check.

install/index.php

index b47c9f2b48897e420dbe75a4561b3b0f16df5d51..5634dd26b48d8e73e54a9ef32ffa995440221a95 100644 (file)
@@ -565,7 +565,7 @@ class InstallRequirements {
     ));
 
     // Check that we can identify the root folder successfully
-    $this->requireFile($crmPath . CIVICRM_DIRECTORY_SEPARATOR . 'README.txt',
+    $this->requireFile($crmPath . CIVICRM_DIRECTORY_SEPARATOR . 'README.md',
       array(
         ts("File permissions"),
         ts("Does the webserver know where files are stored?"),