Browse Source

! Typo

Signed-off-by: Michael Eshom <oldiesmann@oldiesmann.us>
Michael Eshom 11 years ago
parent
commit
6f6cf844e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/Profile-Modify.php

+ 1 - 1
Sources/Profile-Modify.php

@@ -3630,7 +3630,7 @@ function groupMembership2($profile_vars, $post_errors, $memID)
 			$data = array('alert' => array(), 'email' => array());
 
 			include_once($sourcedir . '/Subs-Notify.php');
-			$prefs = getNotifyPrefs($moderators, 'group_request');
+			$prefs = getNotifyPrefs($moderators, 'request_group');
 			
 			// Bitwise comparisons are fun...
 			foreach ($moderators as $mod)