mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:55:55 +00:00
add update method names array
This commit is contained in:
@@ -119,6 +119,10 @@
|
||||
1440 => __("Daily"),
|
||||
10080 => __("Weekly"));
|
||||
|
||||
$update_method = array(
|
||||
0 => __("Use default"),
|
||||
1 => __("Magpie"),
|
||||
2 => __("SimplePie"));
|
||||
|
||||
$access_level_names = array(
|
||||
0 => __("User"),
|
||||
|
||||
Reference in New Issue
Block a user