浏览代码

Less lines of code please.

Daniele Alessandri 14 年之前
父节点
当前提交
3d80ff489a
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      lib/Predis.php

+ 1 - 2
lib/Predis.php

@@ -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;
             }