From 9da094fec24666b80349cc73978c26ba76105153 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 12 Oct 2003 15:29:18 +0000 Subject: Updated the various "users of emailer", fixed issue(!) of jabber using the email address as the uid, blah fixes, blah, blah di blah yakety smackety git-svn-id: file:///svn/phpbb/trunk@4583 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/ucp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/ucp.php') diff --git a/phpBB/ucp.php b/phpBB/ucp.php index 1a2a8a74a1..06e4b4ca5e 100755 --- a/phpBB/ucp.php +++ b/phpBB/ucp.php @@ -249,7 +249,7 @@ switch ($mode) $ucp->module->ucp_activate(); break; - case 'remind': + case 'sendpassword': $ucp->load('ucp', 'remind'); $ucp->module->ucp_remind(); break; -- cgit v1.2.1