aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_remind.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-02-03 22:25:43 +0100
committerMarc Alexander <admin@m-a-styles.de>2014-02-03 22:25:43 +0100
commit6f92996d98239e93b8a6e8002b048b9afd2bf352 (patch)
tree2ab4f59904714dd067644150c0b88ee9c7171288 /phpBB/includes/ucp/ucp_remind.php
parentad2d1fcbcb4ca905ee7c1358e2545e1475c81ff5 (diff)
downloadforums-6f92996d98239e93b8a6e8002b048b9afd2bf352.tar
forums-6f92996d98239e93b8a6e8002b048b9afd2bf352.tar.gz
forums-6f92996d98239e93b8a6e8002b048b9afd2bf352.tar.bz2
forums-6f92996d98239e93b8a6e8002b048b9afd2bf352.tar.xz
forums-6f92996d98239e93b8a6e8002b048b9afd2bf352.zip
[ticket/12159] Fix codesniffer complaints due to profilefields and passwords
The two PRs regarding profilefields and passwords manager that were recently merged caused a few codesniffer complaints that are fixed by these changes. PHPBB3-12159
Diffstat (limited to 'phpBB/includes/ucp/ucp_remind.php')
-rw-r--r--phpBB/includes/ucp/ucp_remind.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_remind.php b/phpBB/includes/ucp/ucp_remind.php
index 44395abb44..99e945eeae 100644
--- a/phpBB/includes/ucp/ucp_remind.php
+++ b/phpBB/includes/ucp/ucp_remind.php
@@ -27,7 +27,7 @@ class ucp_remind
function main($id, $mode)
{
global $config, $phpbb_root_path, $phpEx;
- global $db, $user, $auth, $template, $phpbb_container;;
+ global $db, $user, $auth, $template, $phpbb_container;
if (!$config['allow_password_reset'])
{