aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-09-20 12:36:52 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-10-09 09:46:11 +0200
commit16d5208d9aec0678b3295b0e14042991094197ba (patch)
treeb8e03212cda91774a257a63850afa13a0fed5fda /phpBB/posting.php
parenta60beb6f2f9d75e34c67a53c9b2332e15fe21b4a (diff)
downloadforums-16d5208d9aec0678b3295b0e14042991094197ba.tar
forums-16d5208d9aec0678b3295b0e14042991094197ba.tar.gz
forums-16d5208d9aec0678b3295b0e14042991094197ba.tar.bz2
forums-16d5208d9aec0678b3295b0e14042991094197ba.tar.xz
forums-16d5208d9aec0678b3295b0e14042991094197ba.zip
[ticket/14168] Use attachment upload class in message_parser
PHPBB3-14168
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index 47fdb2d378..05a078ea39 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -571,7 +571,6 @@ $plupload = $phpbb_container->get('plupload');
/* @var $mimetype_guesser \phpbb\mimetype\guesser */
$mimetype_guesser = $phpbb_container->get('mimetype.guesser');
$message_parser->set_plupload($plupload);
-$message_parser->set_mimetype_guesser($mimetype_guesser);
if (isset($post_data['post_text']))
{