Less lines of code please.

This commit is contained in:
Daniele Alessandri
2011-01-12 22:49:19 +01:00
parent 4705b27302
commit 3d80ff489a
+1 -2
View File
@@ -519,8 +519,7 @@ class MultiExecContext {
}
$this->reset();
if (isset($this->_options['on_retry']) && is_callable($this->_options['on_retry'])) {
$retryCallback = $this->_options['on_retry'];
call_user_func($retryCallback, $this, $attemptsLeft);
call_user_func($this->_options['on_retry'], $this, $attemptsLeft);
}
continue;
}