action=edit API with section=new would fail if page didn't exist
authorKunal Mehta <legoktm@gmail.com>
Wed, 14 Aug 2013 03:34:48 +0000 (20:34 -0700)
committerKunal Mehta <legoktm@gmail.com>
Wed, 14 Aug 2013 21:40:31 +0000 (14:40 -0700)
commit993de5fbd5dfde376f127f8e86c77c4f5972a722
tree55a443d62dcc534e288b28c87b082f08592051ed
parent391bd65bc590e89518dfcfe41115fe58678727db
action=edit API with section=new would fail if page didn't exist

If the page doesn't exist, $articleObject->replaceSectionContent will return null
Fixes a regression introduced in be97167ab61e7d59d86f6a9dca53b7016d615735.

Bug: 52830
Change-Id: Icdc0f130eeb40fff5c656c396b2a2af294015b98
includes/api/ApiEditPage.php