summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-17 21:56:05 +0300
committerAndrew Dolgov <[email protected]>2021-02-17 21:56:05 +0300
commit032424681d61d98c3192cb2125d38109aa6a7bbe (patch)
tree68fa71fcf311f7eccceda707d488931394846e05
parentca12147616cf5e6dccc1ac23d1f820dbc7e06a22 (diff)
updates for new helpers
-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>");