One more E_STRICT warning tweak for http://192.168.0.64/wiki/index.php?action=ajax...
authorNick Jenkins <nickj@users.mediawiki.org>
Tue, 9 Jan 2007 09:51:53 +0000 (09:51 +0000)
committerNick Jenkins <nickj@users.mediawiki.org>
Tue, 9 Jan 2007 09:51:53 +0000 (09:51 +0000)
commit351452fab32b7ce2459e9a945bfd7e777b69b8d3
tree90fc4890cdedaec6a4d0fde992de99086547765b
parentb74d98523289aaf639a554adafc27f038f3a6a9b
One more E_STRICT warning tweak for 192.168.0.64/wiki/index.php?action=ajax (i.e. no 'rs' argument supplied) :
* Strict Standards: Undefined index: rs in includes/AjaxDispatcher.php on line 38

Q: Should / could the AjaxDispatcher constructor maybe be using the $wgRequest global instead of accessing $_POST and $_GET directly?
includes/AjaxDispatcher.php