From: cash Date: Tue, 30 Nov 2010 01:52:08 +0000 (+0000) Subject: fixed typo in uservalidationbyemail plugin X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=68f09537fcdb4222947a6c8938e4416bcc47e4ec;p=lorea%2Felgg.git fixed typo in uservalidationbyemail plugin git-svn-id: http://code.elgg.org/elgg/trunk@7478 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/mod/uservalidationbyemail/start.php b/mod/uservalidationbyemail/start.php index 12250624c..0f8dd2091 100644 --- a/mod/uservalidationbyemail/start.php +++ b/mod/uservalidationbyemail/start.php @@ -198,7 +198,7 @@ function uservalidationbyemail_validate_new_admin_user($event, $type, $user) { } /** - * Registers public pages to allow in the case Private Network has been enabled. + * Registers public pages to allow in the case walled garden has been enabled. */ function uservalidationbyemail_public_pages($hook, $type, $return_value, $params) { $return_value[] = 'pg/uservalidationbyemail/confirm';