Loading sources/hooks/systems/tasks/notify_topics_moved.php +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 Loading @@ -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; Loading Loading
sources/hooks/systems/tasks/notify_topics_moved.php +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 Loading @@ -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; Loading