Skip to content

Commit

Permalink
we have added mod_j2store_menu on j2migrationchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
mgopin3 committed Aug 23, 2023
1 parent 88fa9a9 commit 74ed12f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function getListModules(){
$query->where("type='module'");
$db->setQuery($query);
$data = $db->loadObjectList();
$j2store_module = array('mod_j2store_related_products','mod_j2store_search','mod_j2store_categories','mod_j2products','mod_j2store_cart');
$j2store_module = array('mod_j2store_related_products','mod_j2store_search','mod_j2store_categories','mod_j2products','mod_j2store_cart','mod_j2store_menu');
// in_array()
$result = [];
foreach($data as $key => $value) {
Expand Down

0 comments on commit 74ed12f

Please sign in to comment.