* (bug 21420) Fix for r27043: typo
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 6 Nov 2009 16:27:28 +0000 (16:27 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 6 Nov 2009 16:27:28 +0000 (16:27 +0000)
CREDITS
includes/EditPage.php

diff --git a/CREDITS b/CREDITS
index a2ae161..ea5e420 100644 (file)
--- 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
index 6e8573d..091635a 100644 (file)
@@ -2586,7 +2586,7 @@ END
                                $wgOut->rateLimited();
                                return false;
 
-                       case self::AS_NO_CREATE_PERMISSION;
+                       case self::AS_NO_CREATE_PERMISSION:
                                $this->noCreatePermission();
                                return;