Last modified: 2008-09-18 03:21:03 UTC
Viewing the main page of a wiki running trunk (r20906), current version of DidYouMean as in Subversion, with extended error reporting active: "Notice: Undefined property: Parser::$mDymFirstChunk in /path/to/DidYouMean.php on line 73" Extension appears to be altering the Parser object; I suggest it should use some other construct to store persistent data per-session.
Seems to have been fixed in r23213. The check of $parser->mDymFirstChunk was changed to == 'no' to isset(), thus avoiding the error.