aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2011-05-01 13:38:39 +0800
committerrxu <rxu@mail.ru>2011-05-01 13:38:39 +0800
commit5254ec27959d8a4b2e6af61d0d28080a81ff86b5 (patch)
tree21976b8b257a85a9178809101eb48b1d482926b1 /phpBB/posting.php
parentd1bd5962c75fc87469694ae93829a5800c30c6cc (diff)
downloadforums-5254ec27959d8a4b2e6af61d0d28080a81ff86b5.tar
forums-5254ec27959d8a4b2e6af61d0d28080a81ff86b5.tar.gz
forums-5254ec27959d8a4b2e6af61d0d28080a81ff86b5.tar.bz2
forums-5254ec27959d8a4b2e6af61d0d28080a81ff86b5.tar.xz
forums-5254ec27959d8a4b2e6af61d0d28080a81ff86b5.zip
[ticket/6712] Add phpbb_ function name prefix, more docs, rename current_time
PHPBB3-6712
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index 89f2dfa2a6..5860219c45 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -321,7 +321,7 @@ 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']}"))
{
- $meta_url = bump_topic($forum_id, $topic_id, $post_data, $current_time);
+ $meta_url = phpbb_bump_topic($forum_id, $topic_id, $post_data, $current_time);
meta_refresh(3, $meta_url);
$message = $user->lang['TOPIC_BUMPED'] . '<br /><br />' . sprintf($user->lang['VIEW_MESSAGE'], '<a href="' . $meta_url . '">', '</a>');