Alex wrote: > $article is not passed by reference in the hook call in Wiki.php. I > believe PHP < 5.3 would just silently ignore this (converting the > reference to a value IIRC), PHP 5.3 throws a warning and skips over the > function in a way that breaks the hook call. Removing the & in front of > $article should fix it.
That was it! Thanks! Best regards, Juliano. -- Juliano F. Ravasi ยทยท http://juliano.info/ 5105 46CC B2B7 F0CD 5F47 E740 72CA 54F4 DF37 9E96 "A candle loses nothing by lighting another candle." -- Erin Majors * NOTE: Don't try to reach me through this address, use "contact@" instead. _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
