mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 18:26:32 +02:00
[ticket/12612] Prefix upload_popup() with phpbb_
PHPBB3-12612
This commit is contained in:
@@ -195,7 +195,7 @@ switch ($mode)
|
||||
}
|
||||
else
|
||||
{
|
||||
upload_popup();
|
||||
phpbb_upload_popup();
|
||||
return;
|
||||
}
|
||||
break;
|
||||
@@ -233,7 +233,7 @@ if ($auth->acl_get('m_approve', $forum_id) && ((($mode == 'reply' || $mode == 'b
|
||||
|
||||
if ($mode == 'popup')
|
||||
{
|
||||
upload_popup($post_data['forum_style']);
|
||||
phpbb_upload_popup($post_data['forum_style']);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user