Commit 7fe59a3d authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-4086 (Problem moving 100+ forum topics at once)

parent 7f008c03
Loading
Loading
Loading
Loading
+2 −0
Changes for sources/hooks/systems/tasks/notify_topics_moved.php: 2 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -54,6 +54,8 @@ class Hook_task_notify_topics_moved
                $mail = do_notification_lang('TOPIC_MOVE_MAIL', comcode_escape(get_site_name()), comcode_escape($topic_title), array(comcode_escape($forum_name)));
                dispatch_notification('cns_topic', strval($topic_id), $subject, $mail);
            }

            $start += 100;
        } while (count($topics2) == 100);

        return null;