[Fusionforge-commits] r13327 - trunk/src/plugins/oauthprovider/www

Olivier Berger olberger at fusionforge.org
Wed May 18 14:24:52 CEST 2011


Author: olberger
Date: 2011-05-18 14:24:52 +0200 (Wed, 18 May 2011)
New Revision: 13327

Modified:
   trunk/src/plugins/oauthprovider/www/checks.php
Log:
Typo

Modified: trunk/src/plugins/oauthprovider/www/checks.php
===================================================================
--- trunk/src/plugins/oauthprovider/www/checks.php	2011-05-18 12:05:37 UTC (rev 13326)
+++ trunk/src/plugins/oauthprovider/www/checks.php	2011-05-18 12:24:52 UTC (rev 13327)
@@ -107,7 +107,7 @@
 			if($name) $realuser = user_get_object_by_name($name);
 			else  $realuser = user_get_object($id);
 			if (!($realuser) || !($realuser->usesPlugin($pluginname))) {
-				exit_error("First activate the User's $pluginname plugin through Account Manteinance Page", 'oauthprovider');
+				exit_error("First activate the User's $pluginname plugin through Account Maintenance Page", 'oauthprovider');
 			}
 			if ( (!$user) || ($user->getID() != $id)) { // if someone else tried to access the private oauthprovider part of this user
 				exit_error("Access Denied, You cannot access other user's personal $pluginname", 'oauthprovider');




More information about the Fusionforge-commits mailing list