Pass the user as an argument to 'isValidPassword' hook callbacks; see docs/hooks...
[lhc/web/wiklou.git] / includes / OutputHandler.php
index b25cb4f..6b19afd 100644 (file)
@@ -33,7 +33,7 @@ function wfGzipHandler( $s ) {
                        $foundVary = false;
                        foreach ( $headers as $header ) {
                                if ( substr( $header, 0, 5 ) == 'Vary:' ) {
-                                       $foundVary == true;
+                                       $foundVary = true;
                                        break;
                                }
                        }
@@ -61,4 +61,4 @@ function wfDoContentLength( $length ) {
        }
 }
 
-?>
+