From: Roan Kattouw Date: Tue, 25 Mar 2008 20:55:30 +0000 (+0000) Subject: Add this parameter so it actually works. I'm not really paying attention today :P X-Git-Tag: 1.31.0-rc.0~48811 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=b1084cc704bc054a5b979df3f6cb3c11d9430b6b;p=lhc%2Fweb%2Fwiklou.git Add this parameter so it actually works. I'm not really paying attention today :P --- diff --git a/includes/api/ApiEditPage.php b/includes/api/ApiEditPage.php index 6035c3d9a0..a553b258d0 100644 --- a/includes/api/ApiEditPage.php +++ b/includes/api/ApiEditPage.php @@ -223,6 +223,7 @@ class ApiEditPage extends ApiBase { 'bot' => false, 'basetimestamp' => null, 'recreate' => false, + 'dontcreate' => false, 'captchaword' => null, 'captchaid' => null, 'watch' => false,