mark static
This commit is contained in:
parent
e74f1ffb25
commit
5bf849c8fd
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@ class LinkMarkerReplacer {
|
|||
return "<!-- LINKMARKER $id -->";
|
||||
}
|
||||
|
||||
function findMarker( $string ) {
|
||||
static function findMarker( $string ) {
|
||||
return (bool) preg_match('/<!-- LINKMARKER [0-9]+ -->/', $string );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue