From: Aaron Schulz Date: Mon, 18 Aug 2008 20:38:34 +0000 (+0000) Subject: mark static X-Git-Tag: 1.31.0-rc.0~45815 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=5bf849c8fd64a6b22b5baa77e2338fc8fa0dce20;p=lhc%2Fweb%2Fwiklou.git mark static --- diff --git a/includes/parser/Parser_LinkHooks.php b/includes/parser/Parser_LinkHooks.php index ac211e9d18..e58d3ce703 100644 --- a/includes/parser/Parser_LinkHooks.php +++ b/includes/parser/Parser_LinkHooks.php @@ -362,7 +362,7 @@ class LinkMarkerReplacer { return ""; } - function findMarker( $string ) { + static function findMarker( $string ) { return (bool) preg_match('//', $string ); }