on SJS Web Server with action paths, 'action' is always set. this caused WatchlistEd...
authorRiver Tarnell <river@users.mediawiki.org>
Thu, 8 May 2008 16:06:21 +0000 (16:06 +0000)
committerRiver Tarnell <river@users.mediawiki.org>
Thu, 8 May 2008 16:06:21 +0000 (16:06 +0000)
commit6479b425011ed90a7e6ef46b827f1e0e84f5cb94
tree2fee6896c93a6cfabeeded9be433e8247703ab43
parent0793619cc911fbc76b51a0d257a12661f8af6882
on SJS Web Server with action paths, 'action' is always set.  this caused WatchlistEditor::getMode() to ignore $par when deciding if the user is editing the watchlist, so it would always consider the action to be view.  fix by giving precedence to $par over action.
includes/WatchlistEditor.php