mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
erm... aspx is forbidden too, reactivate transaction.
git-svn-id: file:///svn/phpbb/trunk@3698 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -891,7 +891,7 @@ function submit_post($mode, $message, $subject, $username, $topic_type, $bbcode_
|
||||
$mark_mode = ($mode == 'reply' || $mode == 'quote') ? 'post' : 'topic';
|
||||
markread($mark_mode, $post_data['forum_id'], $post_data['topic_id'], $post_data['post_id']);
|
||||
|
||||
// $db->sql_transaction('commit');
|
||||
$db->sql_transaction('commit');
|
||||
|
||||
// Send Notifications
|
||||
if (($mode != 'edit') && ($mode != 'delete'))
|
||||
|
Reference in New Issue
Block a user