aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_profile.php
diff options
context:
space:
mode:
authorRichard McGirr <rmcgirr83@gmail.com>2016-05-05 06:42:28 -0400
committerRichard McGirr <rmcgirr83@gmail.com>2016-05-05 06:42:28 -0400
commitc0f34638193c375103ec6c75c4429583d3b0e05f (patch)
tree98ad7a05e8af020796dc864aec7d3a845aedb426 /phpBB/includes/ucp/ucp_profile.php
parentc3b30144e393e9b7d4085e51f520b1f4ae989929 (diff)
downloadforums-c0f34638193c375103ec6c75c4429583d3b0e05f.tar
forums-c0f34638193c375103ec6c75c4429583d3b0e05f.tar.gz
forums-c0f34638193c375103ec6c75c4429583d3b0e05f.tar.bz2
forums-c0f34638193c375103ec6c75c4429583d3b0e05f.tar.xz
forums-c0f34638193c375103ec6c75c4429583d3b0e05f.zip
[ticket/14624] Remove whitespace
PHPBB3-14624
Diffstat (limited to 'phpBB/includes/ucp/ucp_profile.php')
-rw-r--r--phpBB/includes/ucp/ucp_profile.php4
1 files changed, 2 insertions, 2 deletions
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('<br />', $message_parser->warn_msg);