X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2FWikiError.php;h=08eb80048303f08f44fb50eb3609e88270792eb7;hb=2849d8a6b3542795d230515a600670533adb2692;hp=627812136adf687bba1a4092ca51af9e63964c14;hpb=4f741418fcb0a85f1ccfa3a72e5faa34259b8e53;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/WikiError.php b/includes/WikiError.php index 627812136a..08eb800483 100644 --- a/includes/WikiError.php +++ b/includes/WikiError.php @@ -143,7 +143,7 @@ class WikiXmlError extends WikiError { } function _extractContext( $context, $offset ) { - if( is_null( $context ) ) { + if ( is_null( $context ) ) { return null; } else { // Hopefully integer overflow will be handled transparently here