X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FGlobalFunctions.php;h=a5f4def18f36d1df81a7a3cb671f5fb388f492d7;hb=333314163dfe7119679ec46c8a9046f936325b21;hp=26c4d0aee4b9b34c74047a3be9e40c7ef2a24b86;hpb=366f5d69c1fc144b554abeebca704321a4d8ac66;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 26c4d0aee4..a5f4def18f 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -471,7 +471,7 @@ function wfAppendQuery( $url, $query ) { } // Add parameter - if ( false === strpos( $url, '?' ) ) { + if ( strpos( $url, '?' ) === false ) { $url .= '?'; } else { $url .= '&';