Merge pull request #11365 from mattwire/CRM-21511_recur_on_membership_detail
[civicrm-core.git] / xml / GenCode.php
index daed5790a64333b6e01ee115316114c2043ad6ae..dc071c795aeb64cb2c9bf79c18cbbaafe5bd05f5 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-ini_set('display_errors', 1);
 ini_set('include_path', '.' . PATH_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'packages' . PATH_SEPARATOR . '..');
 // make sure the memory_limit is at least 512 MB
 $memLimitString = trim(ini_get('memory_limit'));
@@ -32,7 +31,7 @@ $genCode = new CRM_Core_CodeGen_Main(
   '../sql/', // $sqlCodePath
   '../', // $phpCodePath
   '../templates/', // $tplCodePath
-  array('../packages/Smarty/plugins', '../CRM/Core/Smarty/plugins'), // smarty plugin dirs
+  NULL, // IGNORE
   @$argv[3], // cms
   empty($argv[2]) ? NULL : $argv[2], // db version
   empty($argv[1]) ? 'schema/Schema.xml' : $argv[1], // schema file