From c0f34638193c375103ec6c75c4429583d3b0e05f Mon Sep 17 00:00:00 2001 From: Richard McGirr Date: Thu, 5 May 2016 06:42:28 -0400 Subject: [ticket/14624] Remove whitespace PHPBB3-14624 --- phpBB/includes/ucp/ucp_profile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/includes/ucp/ucp_profile.php') diff --git a/phpBB/includes/ucp/ucp_profile.php b/phpBB/includes/ucp/ucp_profile.php index f4a801363e..fcb29832d4 100644 --- a/phpBB/includes/ucp/ucp_profile.php +++ b/phpBB/includes/ucp/ucp_profile.php @@ -504,10 +504,10 @@ class ucp_profile 'preview', ); extract($phpbb_dispatcher->trigger_event('core.ucp_profile_modify_signature', compact($vars))); - + // Allowing Quote BBCode $message_parser->parse($enable_bbcode, $enable_urls, $enable_smilies, $config['allow_sig_img'], $config['allow_sig_flash'], true, $config['allow_sig_links'], true, 'sig'); - + if (sizeof($message_parser->warn_msg)) { $error[] = implode('
', $message_parser->warn_msg); -- cgit v1.2.1