https://bugzilla.wikimedia.org/show_bug.cgi?id=21907

--- Comment #11 from David Newman <[email protected]> 2010-01-26 21:09:34 
UTC ---
Yayayoute.

It solved my problems with exactly those versions. So there must be some other
factor that makes a difference.

What exactly did you do? Did you change 

public function onCustomEditor(&$article, &$user)

to

public function onCustomEditor($article, $user)

or did you change

if( wfRunHooks( 'CustomEditor', array( $article, $user ) ) ) {

to

if( wfRunHooks( 'CustomEditor', array( &$article, &$user ) ) ) {

?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to