From 6096c813047cca62a94c450de0898260f5b0ddaa Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Fri, 6 Nov 2009 16:27:28 +0000 Subject: [PATCH] * (bug 21420) Fix for r27043: typo --- CREDITS | 1 + includes/EditPage.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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; -- 2.20.1