mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-28 04:20:32 +02:00
[ticket/12612] Prefix upload_popup() with phpbb_
PHPBB3-12612
This commit is contained in:
@@ -2489,7 +2489,7 @@ function phpbb_bump_topic($forum_id, $topic_id, $post_data, $bump_time = false)
|
||||
/**
|
||||
* Show upload popup (progress bar)
|
||||
*/
|
||||
function upload_popup($forum_style = 0)
|
||||
function phpbb_upload_popup($forum_style = 0)
|
||||
{
|
||||
global $template, $user;
|
||||
|
||||
|
Reference in New Issue
Block a user