Thanks, it worked!
--- On Tue, 9/8/09, Juliano F. Ravasi ml@juliano.info wrote:
From: Juliano F. Ravasi ml@juliano.info Subject: Re: [Mediawiki-l] Any hook that returns new and old text? To: "MediaWiki announcements and site admin list" mediawiki-l@lists.wikimedia.org Date: Tuesday, September 8, 2009, 2:09 PM
Eric K wrote:
From the hook ArticleSave, we can access the new text that is going to be saved into the page. Is there a hook that lets us access the new and the old text?
I think can just use $article->fetchContent() from inside 'ArticleSave' hook to get the old text.