From d9cfde1395d89fec15a63f3715f5d64647e8c689 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sat, 13 Feb 2010 00:49:53 +0000 Subject: [PATCH] Rem erroneous bracket, followup to r62404 --- 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 34283f295f..fc98d09988 100644 --- a/includes/api/ApiProtect.php +++ b/includes/api/ApiProtect.php @@ -182,7 +182,7 @@ class ApiProtect extends ApiBase { array( 'toofewexpiries', 'noofexpiries', 'noofprotections' ) ), array( 'create-titleexists' ), array( 'missingtitle-createonly' ), - array( 'protect-invalidaction', 'action'] ), + array( 'protect-invalidaction', 'action' ), array( 'protect-invalidlevel', 'level' ), array( 'invalidexpiry', 'expiry' ), array( 'pastexpiry', 'expiry' ), -- 2.20.1