API: (bug 16581) Fix regression from r44015 ("Various minor cleanup") which changed...
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 10 Dec 2008 14:12:54 +0000 (14:12 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 10 Dec 2008 14:12:54 +0000 (14:12 +0000)
commit7c6e96a734ef1bc8ea80f71f0861096e205d0794
treee79d0ea9536234db9606f71b6b05e031446271b4
parente7d8aeb7edaeff754ccc57f383dab1efb8784f4d
API: (bug 16581) Fix regression from r44015 ("Various minor cleanup") which changed Article::replaceSection() to treat $section=null as $section=0 rather than $section='' as it did before, causing a nasty API edit bug. When changing a function's behavior, please update the callers, and don't forget the API.
includes/api/ApiEditPage.php