diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-02-24 12:31:21 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-02-24 12:31:21 +0000 |
commit | 2e941d3d38530fbc1979a6eb72b3b43adee64d14 (patch) | |
tree | 3b7bca4bd34724d151089d60a3874766b088c18c /phpBB/includes/functions_posting.php | |
parent | 74ad87df5c696b62e73bc1b5b7c5fceea75932d7 (diff) | |
download | forums-2e941d3d38530fbc1979a6eb72b3b43adee64d14.tar forums-2e941d3d38530fbc1979a6eb72b3b43adee64d14.tar.gz forums-2e941d3d38530fbc1979a6eb72b3b43adee64d14.tar.bz2 forums-2e941d3d38530fbc1979a6eb72b3b43adee64d14.tar.xz forums-2e941d3d38530fbc1979a6eb72b3b43adee64d14.zip |
trying to fix some bugs...
git-svn-id: file:///svn/phpbb/trunk@7054 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_posting.php')
-rw-r--r-- | phpBB/includes/functions_posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index 11ec1b8b1e..e03641e5aa 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -1816,7 +1816,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u $db->sql_transaction('commit'); - if ($post_mode == 'post' || $post_mode == 'reply' || $post_mode == 'edit_last_post') + if ($post_mode == 'post' || $post_mode == 'reply' || $post_mode == 'edit_last_post' || $post_mode == 'edit_topic') { if ($topic_type != POST_GLOBAL) { |