added and better specified the plugin's call to all the programs that may use them
Esse commit está contido em:
@@ -44,6 +44,10 @@ EOT
|
||||
|
||||
public function runAction()
|
||||
{
|
||||
return $this->action();
|
||||
$ret= $this->action();
|
||||
// this is used to run the plugins set to be executed
|
||||
// AFTER the execution of the current program
|
||||
parent::runAction();
|
||||
return $ret;
|
||||
}
|
||||
}
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário