From: Alexandre Emsenhuber Date: Fri, 6 Nov 2009 16:27:28 +0000 (+0000) Subject: * (bug 21420) Fix for r27043: typo X-Git-Tag: 1.31.0-rc.0~38939 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=6096c813047cca62a94c450de0898260f5b0ddaa;p=lhc%2Fweb%2Fwiklou.git * (bug 21420) Fix for r27043: typo --- diff --git a/CREDITS b/CREDITS index a2ae16160e..ea5e420278 100644 --- a/CREDITS +++ b/CREDITS @@ -79,6 +79,7 @@ following names for their contribution to the product. * Jimmy Xu * Juliano F. Ravasi * Karun Dambiec +* liangent * Lucas Garczewski * Louperivois * Luigi Corsaro diff --git a/includes/EditPage.php b/includes/EditPage.php index 6e8573d09e..091635a1c0 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -2586,7 +2586,7 @@ END $wgOut->rateLimited(); return false; - case self::AS_NO_CREATE_PERMISSION; + case self::AS_NO_CREATE_PERMISSION: $this->noCreatePermission(); return;