summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-17 21:55:04 +0300
committerAndrew Dolgov <[email protected]>2021-02-17 21:55:04 +0300
commit8190934bc5ad10589b0565db414b2585e569bb3e (patch)
tree6f62c639d44cc5a7f1c1619c35947defa99c025e
parent1c4199d75d804234342cd8d35b826d0d6703ee45 (diff)
updates for new helper
-rw-r--r--init.php4
1 files changed, 1 insertions, 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 {
}
</script>";
- 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 "<h2>" . $this->__( "Global settings") . "</h2>";