From 5bf849c8fd64a6b22b5baa77e2338fc8fa0dce20 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 18 Aug 2008 20:38:34 +0000 Subject: [PATCH] mark static --- includes/parser/Parser_LinkHooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } -- 2.20.1