From 032424681d61d98c3192cb2125d38109aa6a7bbe Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 17 Feb 2021 21:56:05 +0300 Subject: updates for new helpers --- init.php | 4 +--- 1 file changed, 1 insertion(+), 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 { } "; - 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: feed title,search query"); -- cgit v1.2.3