diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-02-01 12:23:30 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-02-01 12:23:30 +0100 |
commit | 8f209e8a268e198bb449021c30fc783d69ee9818 (patch) | |
tree | 97f61995494371b762619bfc314bca5766fe6e46 /inc/poche/Routing.class.php | |
parent | 308fca6b78a30729bd0a2cf34bc7a67bd7b81362 (diff) | |
parent | fae15c9f84394f905e5237a1afc10364aeb42dd0 (diff) | |
download | wallabag-8f209e8a268e198bb449021c30fc783d69ee9818.tar.gz wallabag-8f209e8a268e198bb449021c30fc783d69ee9818.tar.zst wallabag-8f209e8a268e198bb449021c30fc783d69ee9818.zip |
Merge branch 'dev' into savewithtags
Diffstat (limited to 'inc/poche/Routing.class.php')
-rwxr-xr-x | 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 be06a433..a8d00b89 100755 --- a/inc/poche/Routing.class.php +++ b/inc/poche/Routing.class.php | |||
@@ -116,7 +116,7 @@ class Routing | |||
116 | // update password | 116 | // update password |
117 | $this->wallabag->updatePassword($_POST['password'], $_POST['password_repeat']); | 117 | $this->wallabag->updatePassword($_POST['password'], $_POST['password_repeat']); |
118 | } elseif (isset($_GET['newuser'])) { | 118 | } elseif (isset($_GET['newuser'])) { |
119 | $this->wallabag->createNewUser($_POST['newusername'], $_POST['password4newuser']); | 119 | $this->wallabag->createNewUser($_POST['newusername'], $_POST['password4newuser'], $_POST['newuseremail']); |
120 | } elseif (isset($_GET['deluser'])) { | 120 | } elseif (isset($_GET['deluser'])) { |
121 | $this->wallabag->deleteUser($_POST['password4deletinguser']); | 121 | $this->wallabag->deleteUser($_POST['password4deletinguser']); |
122 | } elseif (isset($_GET['epub'])) { | 122 | } elseif (isset($_GET['epub'])) { |