From 35329da0f53165895a1b1d7b5bb2869e39f3fb4c Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 11 Mar 2013 20:28:32 -0700 Subject: [PATCH] Also update GenCode --- xml/GenCode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/GenCode.php b/xml/GenCode.php index 55d2fe9a4b..2306149725 100644 --- a/xml/GenCode.php +++ b/xml/GenCode.php @@ -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) { -- 2.25.1