diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-26 13:14:11 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-26 13:14:11 +0000 |
commit | 3b42ffcc9e44e8b6e8c5c7233de9273e8cb374f6 (patch) | |
tree | e078534be9a4ab1069a2af6777f7a9e62aefcd59 /phpBB/posting.php | |
parent | 2bf9ea373b22dd8e2481085a98548599c134f570 (diff) | |
download | forums-3b42ffcc9e44e8b6e8c5c7233de9273e8cb374f6.tar forums-3b42ffcc9e44e8b6e8c5c7233de9273e8cb374f6.tar.gz forums-3b42ffcc9e44e8b6e8c5c7233de9273e8cb374f6.tar.bz2 forums-3b42ffcc9e44e8b6e8c5c7233de9273e8cb374f6.tar.xz forums-3b42ffcc9e44e8b6e8c5c7233de9273e8cb374f6.zip |
nitpick alarm. ;)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8944 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r-- | phpBB/posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index 88f31bbe0a..057d8b3b41 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -283,7 +283,7 @@ if ($mode == 'delete') if ($mode == 'bump') { if ($bump_time = bump_topic_allowed($forum_id, $post_data['topic_bumped'], $post_data['topic_last_post_time'], $post_data['topic_poster'], $post_data['topic_last_poster_id']) - && check_link_hash(request_var('hash', ''),"topic_{$post_data['topic_id']}")) + && check_link_hash(request_var('hash', ''), "topic_{$post_data['topic_id']}")) { $db->sql_transaction('begin'); |