Revert 39613; Please don't mark that function static. It is not called statically...
[lhc/web/wiklou.git] / includes / parser / Parser_LinkHooks.php
index e58d3ce..ac211e9 100644 (file)
@@ -362,7 +362,7 @@ class LinkMarkerReplacer {
                return "<!-- LINKMARKER $id -->";
        }
        
-       static function findMarker( $string ) {
+       function findMarker( $string ) {
                return (bool) preg_match('/<!-- LINKMARKER [0-9]+ -->/', $string );
        }