diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-06-23 22:49:00 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-06-23 22:49:00 +0200 |
commit | e4437e19e8be79c32945fbb4e79df84e60e73690 (patch) | |
tree | 5979a8887503cfe857d0625bf8dddd07cca1842d /phpBB/includes/functions_posting.php | |
parent | 5403b487885dd7593a43c198f8baacc194ff1a3a (diff) | |
download | forums-e4437e19e8be79c32945fbb4e79df84e60e73690.tar forums-e4437e19e8be79c32945fbb4e79df84e60e73690.tar.gz forums-e4437e19e8be79c32945fbb4e79df84e60e73690.tar.bz2 forums-e4437e19e8be79c32945fbb4e79df84e60e73690.tar.xz forums-e4437e19e8be79c32945fbb4e79df84e60e73690.zip |
[ticket/12612] Prefix upload_popup() with phpbb_
PHPBB3-12612
Diffstat (limited to 'phpBB/includes/functions_posting.php')
-rw-r--r-- | phpBB/includes/functions_posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index e21b8d4e8c..0b37af0ee0 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -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; |