Merge "Don't check namespace in SpecialWantedtemplates"
[lhc/web/wiklou.git] / includes / clientpool / RedisConnectionPool.php
index 117bd2d..ec0573e 100644 (file)
@@ -331,7 +331,7 @@ class RedisConnectionPool implements LoggerAwareInterface {
         * @deprecated since 1.23
         */
        public function handleException( $server, RedisConnRef $cref, RedisException $e ) {
-               return $this->handleError( $cref, $e );
+               $this->handleError( $cref, $e );
        }
 
        /**