This commit is contained in:
liumengyi
2024-01-29 15:39:58 +08:00
parent 3345b10f91
commit 4826e1862b
+1
View File
@@ -142,6 +142,7 @@ class tutorial extends control
if(helper::isAjaxRequest()) return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'load' => helper::createLink('tutorial', 'wizard', "module={$module}&method={$method}&params=" . helper::safe64Encode($params))));
return print(js::locate(helper::createLink('tutorial', 'wizard', "module={$module}&method={$method}&params=" . helper::safe64Encode($params)), $target));
}
if(in_array("{$module}-{$method}", $this->config->excludeDropmenuList)) $this->config->excludeDropmenuList[] = 'tutorial-wizard';
echo $this->fetch($module, $method, $params);
}