From 290311fca4e195a17820d02f17af89d811d223e1 Mon Sep 17 00:00:00 2001
From: A. Täffner <darkalex@firesplash.de>
Date: Fri, 22 Jan 2016 19:37:54 -0500
Subject: [PATCH] I hate git :D Forgot to run git add
---
interface/web/mailuser/mail_user_password_edit.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/interface/web/mailuser/mail_user_password_edit.php b/interface/web/mailuser/mail_user_password_edit.php
index f6d6d78..07a1925 100644
--- a/interface/web/mailuser/mail_user_password_edit.php
+++ b/interface/web/mailuser/mail_user_password_edit.php
@@ -51,7 +51,8 @@
class page_action extends tform_actions {
function onSubmit() {
-
+ global $app, $conf;
+
$this->id = $app->functions->intval($_SESSION['s']['user']['mailuser_id']);
parent::onSubmit();
--
Gitblit v1.9.1