summaryrefslogtreecommitdiff
path: root/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'init.php')
-rw-r--r--init.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/init.php b/init.php
index d907e8b..36351b4 100644
--- a/init.php
+++ b/init.php
@@ -88,9 +88,7 @@ class VF_Search extends Plugin {
}
</script>";
- print \Controls\hidden_tag("op", "pluginhandler");
- print \Controls\hidden_tag("method", "save");
- print \Controls\hidden_tag("plugin", "vf_search");
+ print \Controls\pluginhandler_tags($this, "save");
print_notice("One line per generated feed. Use the following format for each line: <b>feed title,search query</b>");