Skip to content

Commit f93b6f4

Browse files
author
Till Brehm
committed
Fixed a syntax error in mail_user_password_edit.php
1 parent eebe766 commit f93b6f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

interface/web/mailuser/mail_user_password_edit.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
class page_action extends tform_actions {
5252

5353
function onSubmit() {
54-
54+
global $app, $conf;
55+
5556
$this->id = $app->functions->intval($_SESSION['s']['user']['mailuser_id']);
5657

5758
parent::onSubmit();

0 commit comments

Comments
 (0)