[Mediawiki-l] ArticleSaveComplete event

assafkat at post.tau.ac.il assafkat at post.tau.ac.il
Wed Aug 2 14:25:19 UTC 2006


Hello,
I use 1.7.1 version and I wrote the code:
$wgHooks['ArticleSaveComplete'][] = 'ToggleCourseLinksFlag';
...
function ToggleCourseLinksFlag(&$article, &$user, &$text, &$summary,
&$minoredit, &$watchthis, &$sectionanchor)
{
     echo "hello";
     $text .= "\n\n" . "hello"; //$article->getOldID();
  return true;
}

but the "hello" doesn't display at the text box of the article or as message.
Thanks, Assaf



----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.




More information about the MediaWiki-l mailing list