Avoid PHP notice when adding invalid feed with bookmarklet
This commit is contained in:
parent
a6736ffb13
commit
efc46014b7
@ -190,6 +190,7 @@ Router\action('subscribe', function () {
|
||||
'rtl' => 0,
|
||||
'cloak_referrer' => 0,
|
||||
'feed_group_ids' => array(),
|
||||
'group_name' => '',
|
||||
);
|
||||
|
||||
list($feed_id, $error_message) = Handler\Feed\create_feed(
|
||||
|
Loading…
Reference in New Issue
Block a user