Author: sylvain_machefert
Description:
Hello,
On my wiki (1.12), when I update page using Task extension (which has some hooks on page saving or something like that), I got the error :
Fatal error: Using $this when not in object context in /home/.../includes/Parser.php on line 563
Line 563: (version 1.12)
$marker = "$uniq_prefix-$element-" . sprintf('%08X', $n++) . $this->mMarkerSuffix;
Looking at line 563... it's extractTagsAndParams method which is marked as static. and the line 563 call $this->mMarkerSuffix
Who coded that ? :D
Version: 1.13.x
Severity: critical