From: Liangent Date: Tue, 8 May 2012 09:25:03 +0000 (+0800) Subject: Use CamelCase in both ConfirmEmail and InvalidateEmail page names. X-Git-Tag: 1.31.0-rc.0~23696^2 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=47f3110a7e3cba2ce5a7a64c0fefc3b488e62d6d;p=lhc%2Fweb%2Fwiklou.git Use CamelCase in both ConfirmEmail and InvalidateEmail page names. Change-Id: I2685023eff58479f0eecd3d6ff416cbe22ee425a --- diff --git a/includes/User.php b/includes/User.php index 2f3bcdc031..cb146b5879 100644 --- a/includes/User.php +++ b/includes/User.php @@ -3365,7 +3365,7 @@ class User { * @return String New token URL */ private function invalidationTokenUrl( $token ) { - return $this->getTokenUrl( 'Invalidateemail', $token ); + return $this->getTokenUrl( 'InvalidateEmail', $token ); } /**