This commit is contained in:
redmatrix
2016-03-31 18:53:05 -07:00
parent c0b3d7e1b4
commit 36b388ab8c
3 changed files with 8 additions and 3 deletions

View File

@@ -636,6 +636,7 @@ function sync_events($channel,$events) {
function import_menus($channel,$menus) {
if($channel && $menus) {
foreach($menus as $menu) {
$m = array();
@@ -681,6 +682,8 @@ function import_menus($channel,$menus) {
}
}
}
}