From 669d19c453b9293a1d19ea9582a39a37029f27eb Mon Sep 17 00:00:00 2001 From: Moc Date: Tue, 5 Aug 2014 12:50:43 +0200 Subject: [PATCH] Typo fix previous commit --- e107_plugins/forum/forum_post.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/e107_plugins/forum/forum_post.php b/e107_plugins/forum/forum_post.php index 431ab9696..53aa584a7 100644 --- a/e107_plugins/forum/forum_post.php +++ b/e107_plugins/forum/forum_post.php @@ -658,13 +658,12 @@ function process_upload() } } - return $ret; } } else { - e107::getMessage()->addError('Something went wrong during the attachment uploading process.')); + e107::getMessage()->addError('Something went wrong during the attachment uploading process.'); } }