From b1084cc704bc054a5b979df3f6cb3c11d9430b6b Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Tue, 25 Mar 2008 20:55:30 +0000 Subject: [PATCH] Add this parameter so it actually works. I'm not really paying attention today :P --- includes/api/ApiEditPage.php | 1 + 1 file changed, 1 insertion(+) 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, -- 2.20.1