Skip to content

Commit b8cb126

Browse files
committed
fixed missing param
1 parent 23b76c0 commit b8cb126

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

class/Files/CreateArchitecture.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ public function setFilesToBuilding($module)
487487
$ret[] = $includeNotifications->render();
488488
// Language Mail Template Category File
489489
$languageMailTpl = Modulebuilder\Files\Language\LanguageMailTpl::getInstance();
490-
$languageMailTpl->write($module, 'category_new_notify.tpl');
490+
$languageMailTpl->write($module, $table, 'category_new_notify.tpl');
491491
$ret[] = $languageMailTpl->render();
492492
}
493493
// Creation of sql file

0 commit comments

Comments
 (0)