|
@@ -390,7 +390,7 @@ class MultiExecContext
|
|
$this->flagState(self::STATE_INSIDEBLOCK);
|
|
$this->flagState(self::STATE_INSIDEBLOCK);
|
|
|
|
|
|
try {
|
|
try {
|
|
- $callable($this);
|
|
|
|
|
|
+ call_user_func($callable, $this);
|
|
}
|
|
}
|
|
catch (CommunicationException $exception) {
|
|
catch (CommunicationException $exception) {
|
|
$blockException = $exception;
|
|
$blockException = $exception;
|