Completed
Pull Request — release-2.1 (#5807)
by Mathias
04:22
created
Sources/Notify.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@
 block discarded – undo
154 154
 					'{db_prefix}log_notify',
155 155
 					array('id_member' => 'int', 'id_topic' => 'int', 'id_board' => 'int'),
156 156
 					array($user_info['id'], $log['id_topic'], 0),
157
-					array('id_member','id_topic', 'id_board')
157
+					array('id_member', 'id_topic', 'id_board')
158 158
 				);
159 159
 			}
160 160
 			else
Please login to merge, or discard this patch.