]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/example_vfeed/init.php
fix blank character after opening bracket in function calls
[tt-rss.git] / plugins / example_vfeed / init.php
index e7efa757b4229f3c9d928b02d3d759f1cf7bc93a..b137fd0f94f5b50c036c7f9925243ac0fb8d16e6 100644 (file)
@@ -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'],