Merge "Follow-up I2266ec0: Mark new method as an internal"
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
index 26c4d0a..a5f4def 100644 (file)
@@ -471,7 +471,7 @@ function wfAppendQuery( $url, $query ) {
                }
 
                // Add parameter
-               if ( false === strpos( $url, '?' ) ) {
+               if ( strpos( $url, '?' ) === false ) {
                        $url .= '?';
                } else {
                        $url .= '&';