@@ -122,7 +122,7 @@ |
||
| 122 | 122 | |
| 123 | 123 | foreach ($notification_types as $notification_type) |
| 124 | 124 | { |
| 125 | - call_user_func(array($phpbb_notifications, $step . '_notifications'), $notification_type); |
|
| 125 | + call_user_func(array($phpbb_notifications, $step.'_notifications'), $notification_type); |
|
| 126 | 126 | } |
| 127 | 127 | |
| 128 | 128 | return 'notifications'; |