added and better specified the plugin's call to all the programs that may use them
Esse commit está contido em:
@@ -81,6 +81,8 @@ EOT
|
||||
|
||||
public function runAction()
|
||||
{
|
||||
return $this->action();
|
||||
$ret= $this->action();
|
||||
parent::runAction();
|
||||
return $ret;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -94,6 +94,8 @@ EOT
|
||||
|
||||
public function runAction()
|
||||
{
|
||||
return $this->action();
|
||||
$ret= $this->action();
|
||||
parent::runAction();
|
||||
return $ret;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,6 +31,8 @@ EOT
|
||||
|
||||
public function runAction()
|
||||
{
|
||||
return $this->action();
|
||||
$ret= $this->action();
|
||||
parent::runAction();
|
||||
return $ret;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -183,7 +183,8 @@ EOT
|
||||
|
||||
public function runAction()
|
||||
{
|
||||
$this->action();
|
||||
$ret= $this->action();
|
||||
parent::runAction();
|
||||
return $ret;
|
||||
}
|
||||
}
|
||||
?>
|
||||
}
|
||||
@@ -45,7 +45,8 @@ EOT
|
||||
|
||||
public function runAction()
|
||||
{
|
||||
return $this->action();
|
||||
$ret= $this->action();
|
||||
parent::runAction();
|
||||
return $ret;
|
||||
}
|
||||
}
|
||||
?>
|
||||
}
|
||||
@@ -36,6 +36,7 @@ EOT
|
||||
|
||||
public function runAction()
|
||||
{
|
||||
return $this->action();
|
||||
$ret= $this->action();
|
||||
return $ret;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -68,6 +68,8 @@ EOT
|
||||
|
||||
public function runAction()
|
||||
{
|
||||
return $this->action();
|
||||
$ret= $this->action();
|
||||
parent::runAction();
|
||||
return $ret;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -88,7 +88,9 @@ EOT
|
||||
|
||||
public function runAction()
|
||||
{
|
||||
return $this->action();
|
||||
$ret= $this->action();
|
||||
parent::runAction();
|
||||
return $ret;
|
||||
}
|
||||
|
||||
private function loadProjectList()
|
||||
|
||||
@@ -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