Skip to content
Snippets Groups Projects
Commit f93b6f45 authored by Till Brehm's avatar Till Brehm
Browse files

Fixed a syntax error in mail_user_password_edit.php

parent eebe766f
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,8 @@ $app->load('tform_actions');
class page_action extends tform_actions {
function onSubmit() {
global $app, $conf;
$this->id = $app->functions->intval($_SESSION['s']['user']['mailuser_id']);
parent::onSubmit();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment