Merge pull request #479 from colemanw/releaser
[civicrm-core.git] / xml / GenCode.php
index 55d2fe9a4b41d3253784e707513e23444e15c75f..2306149725bdcc9bff382f42e0eae00427b338d2 100644 (file)
@@ -202,7 +202,7 @@ Alternatively you can get a version of CiviCRM that matches your PHP version
     }
 
     // TODO deal with the BAO's too ?
-    file_put_contents($this->CoreDAOCodePath . ".listAll.php", $allDAO);
+    file_put_contents($this->CoreDAOCodePath . "listAll.php", $allDAO);
   }
 
   function generateCiviTestTruncate($tables) {