diff options
author | Jean-Christophe Saad-Dupuy <saad.dupuy@gmail.com> | 2013-10-08 13:04:05 +0200 |
---|---|---|
committer | Jean-Christophe Saad-Dupuy <saad.dupuy@gmail.com> | 2013-10-08 13:04:05 +0200 |
commit | 20f00edd1539b18d4d350da27f338f4743fb38b3 (patch) | |
tree | d91fe9786cff14f0b458c7914d854e5902ea2fe4 /index.php | |
parent | 2f3425dff699dee249bd223ad564395e254552f4 (diff) | |
parent | 5188585864949d939b083d87dcea1e310d588a30 (diff) | |
download | wallabag-20f00edd1539b18d4d350da27f338f4743fb38b3.tar.gz wallabag-20f00edd1539b18d4d350da27f338f4743fb38b3.tar.zst wallabag-20f00edd1539b18d4d350da27f338f4743fb38b3.zip |
Merge branch 'dev' into emded-dependencies
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -67,7 +67,10 @@ if (isset($_GET['login'])) { | |||
67 | $poche->export(); | 67 | $poche->export(); |
68 | } elseif (isset($_GET['updatetheme'])) { | 68 | } elseif (isset($_GET['updatetheme'])) { |
69 | $poche->updateTheme(); | 69 | $poche->updateTheme(); |
70 | } elseif (isset($_GET['updatelanguage'])) { | ||
71 | $poche->updateLanguage(); | ||
70 | } | 72 | } |
73 | |||
71 | elseif (isset($_GET['plainurl']) && !empty($_GET['plainurl'])) { | 74 | elseif (isset($_GET['plainurl']) && !empty($_GET['plainurl'])) { |
72 | $plain_url = new Url(base64_encode($_GET['plainurl'])); | 75 | $plain_url = new Url(base64_encode($_GET['plainurl'])); |
73 | $poche->action('add', $plain_url); | 76 | $poche->action('add', $plain_url); |