Merge "Follow-up I68179974: Remove from 1.33 RL, backported to 1.32"
[lhc/web/wiklou.git] / includes / libs / objectcache / RedisBagOStuff.php
index a473210..abf9e8b 100644 (file)
@@ -230,7 +230,7 @@ class RedisBagOStuff extends BagOStuff {
                                        }
                                }
                        } catch ( RedisException $e ) {
-                               $this->handleException( $server, $conn, $e );
+                               $this->handleException( $conn, $e );
                                $result = false;
                        }
                }