From: Sam Reed Date: Sat, 13 Feb 2010 00:49:53 +0000 (+0000) Subject: Rem erroneous bracket, followup to r62404 X-Git-Tag: 1.31.0-rc.0~37792 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/Category:Foo?a=commitdiff_plain;h=d9cfde1395d89fec15a63f3715f5d64647e8c689;p=lhc%2Fweb%2Fwiklou.git Rem erroneous bracket, followup to r62404 --- 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' ),