diff options
Diffstat (limited to 'posting.patch')
-rw-r--r-- | posting.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/posting.patch b/posting.patch index 3ab9e56..bf0e7c0 100644 --- a/posting.patch +++ b/posting.patch @@ -11,15 +11,3 @@ if ($config['enable_post_confirm'] && !$user->data['is_registered'] && (isset($captcha) && $captcha->is_solved() === true) && ($mode == 'post' || $mode == 'reply' || $mode == 'quote')) { $captcha->reset(); -@@ -1555,6 +1559,11 @@ - ); - - $next_post_id = delete_post($forum_id, $topic_id, $post_id, $data); -+ -+ /* start list bridge */ -+ require_once('/var/www/bridge/src/forum_post_delete.php'); -+ /* end list bridge */ -+ - $post_username = ($post_data['poster_id'] == ANONYMOUS && !empty($post_data['post_username'])) ? $post_data['post_username'] : $post_data['username']; - - if ($next_post_id === false) |