* adjust for mergeFeatureBar.

This commit is contained in:
wangyidong
2016-06-07 15:58:33 +08:00
parent c1c114ebff
commit 15bb4129ac
9 changed files with 23 additions and 28 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ class custom extends control
if($method)
{
$this->app->loadLang($module);
$this->loadModel('search')->mergeFeatureBar($module, $method);
customModel::mergeFeatureBar($module, $method);
/* Mark search query item. */
if(isset($this->lang->$module->featureBar[$method]))
{