From 8190934bc5ad10589b0565db414b2585e569bb3e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 17 Feb 2021 21:55:04 +0300 Subject: updates for new helper --- init.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/init.php b/init.php index 766a6d7..83edefd 100644 --- a/init.php +++ b/init.php @@ -392,9 +392,7 @@ class Api_Resize_Media extends Plugin { } "; - print \Controls\hidden_tag("op", "pluginhandler"); - print \Controls\hidden_tag("method", "save"); - print \Controls\hidden_tag("plugin", "api_resize_media"); + print \Controls\pluginhandler_tags($this, "save"); print "

" . $this->__( "Global settings") . "

"; -- cgit v1.2.3