Explorar el Código

! Might help if the right variable is passed on.

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer hace 11 años
padre
commit
9cf5f609af
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.