Browse Source

! Might help if the right variable is passed on.

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 10 years ago
parent
commit
9cf5f609af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/tasks/Register-Notify.php

+ 1 - 1
Sources/tasks/Register-Notify.php

@@ -81,7 +81,7 @@ class Register_Notify_Background extends SMF_BackgroundTask
 			);
 
 			// And update the count of alerts for those people.
-			updateMemberData($members, array('alerts' => '+'));
+			updateMemberData($notifies['alert'], array('alerts' => '+'));
 		}
 
 		// Secondly, anyone who wants emails.