aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2013-12-16 15:31:44 -0800
committerMatt Friedman <maf675@gmail.com>2013-12-16 15:31:44 -0800
commitdf9e782fa44f72861896b763906e26ba36e4a31f (patch)
tree152e4471bcaab03a960f5d17c25b8ee5805f1817
parent6b178c758eb727c8caa6c1f95a34a4afe8ea1573 (diff)
downloadforums-df9e782fa44f72861896b763906e26ba36e4a31f.tar
forums-df9e782fa44f72861896b763906e26ba36e4a31f.tar.gz
forums-df9e782fa44f72861896b763906e26ba36e4a31f.tar.bz2
forums-df9e782fa44f72861896b763906e26ba36e4a31f.tar.xz
forums-df9e782fa44f72861896b763906e26ba36e4a31f.zip
[ticket/12060] Remove whitespaces
PHPBB3-12060
-rw-r--r--phpBB/includes/message_parser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/message_parser.php b/phpBB/includes/message_parser.php
index c1229d9c77..56abaae998 100644
--- a/phpBB/includes/message_parser.php
+++ b/phpBB/includes/message_parser.php
@@ -1216,7 +1216,7 @@ class parse_message extends bbcode_firstpass
function format_display($allow_bbcode, $allow_magic_url, $allow_smilies, $update_this_message = true)
{
global $phpbb_dispatcher;
-
+
// If false, then the parsed message get returned but internal message not processed.
if (!$update_this_message)
{