mirror of
https://github.com/moparisthebest/wallabag
synced 2024-12-25 00:38:51 -05:00
[fix] undefined notice for feed
This commit is contained in:
parent
b8bb2b4ab6
commit
f0133fe5f4
@ -71,7 +71,7 @@ if (isset($_GET['login'])) {
|
||||
} elseif (isset($_GET['updatelanguage'])) {
|
||||
$poche->updateLanguage();
|
||||
} elseif (isset($_GET['feed'])) {
|
||||
if ($_GET['action'] == 'generate') {
|
||||
if (isset($_GET['action']) && $_GET['action'] == 'generate') {
|
||||
$poche->generateToken();
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user