diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-10-07 14:26:25 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-10-07 14:26:25 +0200 |
commit | 5011388f39432f810e397a60d9b200faba6c868b (patch) | |
tree | 4c5fd66795f1b20c42cb054f0e760b6db5b71eb5 /index.php | |
parent | 894c36ea32d38d425e27dae43a29dcd9e669040e (diff) | |
download | wallabag-5011388f39432f810e397a60d9b200faba6c868b.tar.gz wallabag-5011388f39432f810e397a60d9b200faba6c868b.tar.zst wallabag-5011388f39432f810e397a60d9b200faba6c868b.zip |
bug fix #215: change language from config screen
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); |