From c03a4e321498d5cb2644d8706f93cd749355cf2f Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sat, 13 Feb 2010 00:50:45 +0000 Subject: [PATCH] And an erroneous ) --- includes/api/ApiProtect.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiProtect.php b/includes/api/ApiProtect.php index fc98d09988..bd90e31022 100644 --- a/includes/api/ApiProtect.php +++ b/includes/api/ApiProtect.php @@ -179,7 +179,7 @@ class ApiProtect extends ApiBase { array( 'missingparam', 'protections' ), array( 'sessionfailure' ), array( 'invalidtitle', 'title' ), - array( 'toofewexpiries', 'noofexpiries', 'noofprotections' ) ), + array( 'toofewexpiries', 'noofexpiries', 'noofprotections' ), array( 'create-titleexists' ), array( 'missingtitle-createonly' ), array( 'protect-invalidaction', 'action' ), -- 2.20.1