Change WebRequest::getVal() to always return a string (or null), and add getArray...
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 18 Dec 2004 11:18:56 +0000 (11:18 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 18 Dec 2004 11:18:56 +0000 (11:18 +0000)
commit67c82a607ac0c2d30f4fc852ca77538b7050d26a
tree8af98a1a55f0c36690c625d29c6760233b2c7319
parentbd444098ef20e856e0ad58055be84739cdbf1920
Change WebRequest::getVal() to always return a string (or null), and add getArray() method for the rare times that's what we want.
includes/SpecialWatchlist.php
includes/WebRequest.php