* Restore task #7930.

This commit is contained in:
holan20180123
2020-09-23 17:22:55 +08:00
parent d9e57180de
commit 00dc2ad43a
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class custom extends control
* @access public
* @return void
*/
public function set($module = 'block', $field = 'priList', $lang = '')
public function set($module = 'story', $field = 'priList', $lang = '')
{
if(empty($lang)) $lang = $this->app->getClientLang();
if($module == 'user' and $field == 'priList') $field = 'roleList';