aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_remind.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-02-03 22:33:51 +0100
committerAndreas Fischer <bantu@phpbb.com>2014-02-03 22:33:51 +0100
commitd50b8df36483a3f3dbee2f701c80b84368133537 (patch)
tree2ab4f59904714dd067644150c0b88ee9c7171288 /phpBB/includes/ucp/ucp_remind.php
parentad2d1fcbcb4ca905ee7c1358e2545e1475c81ff5 (diff)
parent6f92996d98239e93b8a6e8002b048b9afd2bf352 (diff)
downloadforums-d50b8df36483a3f3dbee2f701c80b84368133537.tar
forums-d50b8df36483a3f3dbee2f701c80b84368133537.tar.gz
forums-d50b8df36483a3f3dbee2f701c80b84368133537.tar.bz2
forums-d50b8df36483a3f3dbee2f701c80b84368133537.tar.xz
forums-d50b8df36483a3f3dbee2f701c80b84368133537.zip
Merge pull request #1997 from marc1706/ticket/12159
[ticket/12159] Fix codesniffer complaints due to profilefields and passwords * marc1706/ticket/12159: [ticket/12159] Fix codesniffer complaints due to profilefields and passwords
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'])
{