mark static

This commit is contained in:
Aaron Schulz 2008-08-18 20:38:34 +00:00
parent e74f1ffb25
commit 5bf849c8fd

View file

@ -362,7 +362,7 @@ class LinkMarkerReplacer {
return "<!-- LINKMARKER $id -->";
}
function findMarker( $string ) {
static function findMarker( $string ) {
return (bool) preg_match('/<!-- LINKMARKER [0-9]+ -->/', $string );
}