mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 04:41:29 +00:00
fix blank character after opening bracket in function calls
This commit is contained in:
@@ -27,7 +27,7 @@ class Example_VFeed extends Plugin {
|
||||
}
|
||||
|
||||
function get_headlines($feed_id, $options) {
|
||||
$qfh_ret = queryFeedHeadlines( -4,
|
||||
$qfh_ret = queryFeedHeadlines(-4,
|
||||
$options['limit'],
|
||||
$options['view_mode'], $options['cat_view'],
|
||||
$options['search'],
|
||||
|
||||
Reference in New Issue
Block a user