added and better specified the plugin's call to all the programs that may use them

Esse commit está contido em:
Felipe Nascimento de Moura
2011-02-06 22:30:58 -02:00
commit c990b4926c
9 arquivos alterados com 30 adições e 13 exclusões
+5 -1
Ver Arquivo
@@ -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;
}
}