X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FWikiError.php;h=08eb80048303f08f44fb50eb3609e88270792eb7;hb=a14bcc6ebe8afcd06de20f10f6fdce65ce648712;hp=627812136adf687bba1a4092ca51af9e63964c14;hpb=29cc91ef68341f2f2737740cba3a537fa83dc001;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