summaryrefslogtreecommitdiff
path: root/plugins/example_vfeed
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-17 18:34:18 +0400
committerAndrew Dolgov <[email protected]>2013-04-17 18:34:18 +0400
commita42c55f02b7e313ab61bf826794d0888f2dceae1 (patch)
tree7946572f0e45015a0b54830bd1296be548584ed8 /plugins/example_vfeed
parent72ff0137298f60970c664f0be24327b120bf4ac7 (diff)
fix blank character after opening bracket in function calls
Diffstat (limited to 'plugins/example_vfeed')
-rw-r--r--plugins/example_vfeed/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/example_vfeed/init.php b/plugins/example_vfeed/init.php
index e7efa757b..b137fd0f9 100644
--- a/plugins/example_vfeed/init.php
+++ b/plugins/example_vfeed/init.php
@@ -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'],