mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-29 13:00:26 +02:00
[ticket/6712] Pass $post_data by the value instead of by the reference.
PHPBB3-6712
This commit is contained in:
@@ -2614,7 +2614,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u
|
|||||||
/*
|
/*
|
||||||
* Handle topic bumping
|
* Handle topic bumping
|
||||||
*/
|
*/
|
||||||
function bump_topic($forum_id, $topic_id, &$post_data, $current_time = false)
|
function bump_topic($forum_id, $topic_id, $post_data, $current_time = false)
|
||||||
{
|
{
|
||||||
global $config, $db, $user, $phpEx, $phpbb_root_path;
|
global $config, $db, $user, $phpEx, $phpbb_root_path;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user