Last modified: 2010-05-15 15:54:48 UTC
I had a script that was working with version 1.10 that used the SpecialMovepageAfterMove hook. After i upgraded to 1.12, it's no longer working. I've tried to use TitleMoveComplete, and that's not working either. I completely stripped everything out, so that it's just outputting a debug statement, and that's not showing up, when i move a page. Here's my stripped down test script: $wgHooks['TitleMoveComplete'][] = 'MoveSongsHook'; function MoveSongsHook (&$title, &$newtitle, &$user, $oldid, $newid) { echo "true!";} Can someone see if these two hooks work for them in 1.12 now, or if it's just something with my configuration?
Works here...