https://bugzilla.wikimedia.org/show_bug.cgi?id=16242
--- Comment #9 from Thomas Hempel <[EMAIL PROTECTED]> 2008-11-14 20:08:48 UTC
---
Here's a simpler view of it. It's the same as an issue that Rob Church
documented for Extension:RandomImage.
The problem is a statement of the form:
$wgparser->setHook( 'randomimage', 'RandomImage::renderHook' );
Yhe problem goes away if you do:
$wgParser->setHook( 'randomimage', array('RandomImage', 'renderHook'));
Hope that helps.
--
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l