Completed
Push — develop ( 9b74ce...610da1 )
by Mario
02:42
created
ext.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
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';
Please login to merge, or discard this patch.