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/viewtopic.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/viewtopic.php')
-rw-r--r-- | phpBB/viewtopic.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index a0771d38c0..a98a6176ad 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -476,7 +476,7 @@ if (($config['email_enable'] || $config['jab_enable']) && $config['allow_topic_n // Bookmarks if ($config['allow_bookmarks'] && $user->data['is_registered'] && request_var('bookmark', 0)) { - if (check_link_hash(request_var('hash', ''),"topic_$topic_id")) + if (check_link_hash(request_var('hash', ''), "topic_$topic_id")) { if (!$topic_data['bookmarked']) { |