AllEvents Custom module: call to wrong helper class

Issue #655 resolved
Frank Joris created an issue

File: mod_aecustom.php Line: 37, 38 and 39

$modAECategoryHelper = new modAECategoryHelper; $Itemid = $modAECategoryHelper->getItemId(); $rows = $modAECategoryHelper->getRecords($type, $mcount, $at, $lt, $pt, $dt, $st, $ct, $et, $h, $r);

Replace by?

$modAECustomHelper = new modAECustomHelper; $Itemid = $modAECustomHelper->getItemId(); $rows = $modAECustomHelper->getRecords($type, $mcount, $at, $lt, $pt, $dt, $st, $ct, $et, $h, $r);

Comments (3)

  1. Log in to comment