Last modified: 2010-05-15 15:37:23 UTC
This causes warnings in some versions of PHP. Should either not use the marker or switch to different call format where used. Problem bits: xml_set_object( $parser, &$this ); ... $out = call_user_func( $this->mRevisionCallback, &$this->workRevision, &$this );
See also bug 3761.
*** This bug has been marked as a duplicate of 3761 ***