diff options
author | tcit <tcit@tcit.fr> | 2014-07-25 08:42:03 +0200 |
---|---|---|
committer | tcit <tcit@tcit.fr> | 2014-07-25 08:42:03 +0200 |
commit | 046b9316244c7a3a19446b2425d2370a26246af0 (patch) | |
tree | f1e126a7590b32767ab22cb372ff474eab70836d /inc/poche/Routing.class.php | |
parent | 2b58426b2d4a7f1585d5d7667c0a4fbea4cd29dd (diff) | |
download | wallabag-046b9316244c7a3a19446b2425d2370a26246af0.tar.gz wallabag-046b9316244c7a3a19446b2425d2370a26246af0.tar.zst wallabag-046b9316244c7a3a19446b2425d2370a26246af0.zip |
added email field
Diffstat (limited to 'inc/poche/Routing.class.php')
-rw-r--r-- | inc/poche/Routing.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Routing.class.php b/inc/poche/Routing.class.php index 2db57d12..6643397a 100644 --- a/inc/poche/Routing.class.php +++ b/inc/poche/Routing.class.php | |||
@@ -107,7 +107,7 @@ class Routing | |||
107 | // update password | 107 | // update password |
108 | $this->wallabag->updatePassword($_POST['password'], $_POST['password_repeat']); | 108 | $this->wallabag->updatePassword($_POST['password'], $_POST['password_repeat']); |
109 | } elseif (isset($_GET['newuser'])) { | 109 | } elseif (isset($_GET['newuser'])) { |
110 | $this->wallabag->createNewUser($_POST['newusername'], $_POST['password4newuser']); | 110 | $this->wallabag->createNewUser($_POST['newusername'], $_POST['password4newuser'], $_POST['newuseremail']); |
111 | } elseif (isset($_GET['deluser'])) { | 111 | } elseif (isset($_GET['deluser'])) { |
112 | $this->wallabag->deleteUser($_POST['password4deletinguser']); | 112 | $this->wallabag->deleteUser($_POST['password4deletinguser']); |
113 | } elseif (isset($_GET['epub'])) { | 113 | } elseif (isset($_GET['epub'])) { |