mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
- changed ucp classes to work with the new module system
- mcp is no longer working, i know. git-svn-id: file:///svn/phpbb/trunk@5254 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -13,9 +13,9 @@
|
||||
* ucp_resend
|
||||
* Resending activation emails
|
||||
*/
|
||||
class ucp_resend extends module
|
||||
class ucp_resend
|
||||
{
|
||||
function ucp_resend($id, $mode)
|
||||
function main($id, $mode)
|
||||
{
|
||||
global $config, $db, $user, $auth, $SID, $template, $phpbb_root_path, $phpEx;
|
||||
|
||||
@@ -143,7 +143,7 @@ class ucp_resend extends module
|
||||
'EMAIL' => $email)
|
||||
);
|
||||
|
||||
$this->display($user->lang['UCP_RESEND'], 'ucp_resend.html');
|
||||
$this->tpl_name = 'ucp_resend';
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user