mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-15 18:53:57 -04:00
Fix a bug when default view is the global one.
If default view is "global", the popup tried to get articles on the default view which was… "global"! Articles are present on the "normal" view instead.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<?php
|
||||
$url_base = array(
|
||||
'c' => 'index',
|
||||
'a' => 'index',
|
||||
'a' => 'normal',
|
||||
'params' => Minz_Request::params()
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user