* finish task #6228.

This commit is contained in:
wangyidong
2019-08-20 17:20:43 +08:00
parent a098f9c515
commit 95fb1256d9
+1 -1
View File
@@ -75,7 +75,7 @@ class pager extends basePager
parent::setParams();
/* If the original module name and method name of the request are set, the module parameter is removed. */
if(isset($this->app->rawModule) && isset($this->app->rawMethod)) unset($this->params['module']);
if($this->app->isFlow) unset($this->params['module']);
}
/**