* Show a friend message then locate to link.
This commit is contained in:
@@ -3763,7 +3763,7 @@ class execution extends control
|
||||
$this->execution->setMenu($executionID);
|
||||
|
||||
$execution = $this->execution->getByID($executionID);
|
||||
if(!empty($execution->acl) and $execution->acl != 'private') $this->locate($this->createLink('execution', 'task', "executionID=$executionID"));
|
||||
if(!empty($execution->acl) and $execution->acl != 'private') return $this->sendError($this->lang->whitelistNotNeed, $this->createLink('execution', 'task', "executionID=$executionID"));
|
||||
|
||||
echo $this->fetch('personnel', 'whitelist', "objectID=$executionID&module=$module&browseType=$objectType&orderBy=$orderBy&recTotal=$recTotal&recPerPage=$recPerPage&pageID=$pageID");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user