X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=blobdiff_plain;f=includes%2Fparser%2FParser_LinkHooks.php;h=b2cdc41a5e9e546211c51969198a81484e652bd3;hb=a8c1f4b9b2489c088dcb4b97303c90fd75aa7806;hp=f6da6c743f29e84e5e12276b8577c8338070c621;hpb=549311b20552d137e683a8e837be586f9bfd496f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/parser/Parser_LinkHooks.php b/includes/parser/Parser_LinkHooks.php index f6da6c743f..b2cdc41a5e 100644 --- a/includes/parser/Parser_LinkHooks.php +++ b/includes/parser/Parser_LinkHooks.php @@ -134,7 +134,7 @@ class Parser_LinkHooks extends Parser { wfProfileIn( __METHOD__ ); wfProfileIn( __METHOD__ . '-setup' ); - static $tc = FALSE, $titleRegex; //$e1, $e1_img; + static $tc = false, $titleRegex; //$e1, $e1_img; if( !$tc ) { # the % is needed to support urlencoded titles as well $tc = Title::legalChars() . '#%';