* (bug 2368) Avoid fatally breaking PHP 4.1.2 in a debug line
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 10 Jun 2005 01:32:05 +0000 (01:32 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 10 Jun 2005 01:32:05 +0000 (01:32 +0000)
includes/LoadBalancer.php

index c6f6f15..5ed207c 100644 (file)
@@ -139,7 +139,7 @@ class LoadBalancer {
                        return false;
                }
 
-               wfDebug( var_export( $loads, true ) );
+               #wfDebug( var_export( $loads, true ) );
 
                # Return a random representative of the remainder
                return $this->pickRandom( $loads );