summaryrefslogtreecommitdiff
path: root/init.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-17 21:55:31 +0300
committerAndrew Dolgov <[email protected]>2021-02-17 21:55:31 +0300
commit1b4a539fd1d63fe0ed30e7d29d5d7f3c62379e69 (patch)
tree1a976a6ffbd9023a58b520dc14125b4601f0f953 /init.php
parent02967b1bec81d516400580676940fc6048ace70c (diff)
updates for new helpers
Diffstat (limited to 'init.php')
-rwxr-xr-xinit.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/init.php b/init.php
index 89270b9..c05f9ab 100755
--- a/init.php
+++ b/init.php
@@ -86,9 +86,7 @@ class Af_Img_Phash extends Plugin {
?>
<form dojoType='dijit.form.Form'>
- <?= \Controls\hidden_tag("op", "pluginhandler") ?>
- <?= \Controls\hidden_tag("method", "save") ?>
- <?= \Controls\hidden_tag("plugin", "af_img_phash") ?>
+ <?= \Controls\pluginhandler_tags($this, "save") ?>
<script type='dojo/method' event='onSubmit' args='evt'>
evt.preventDefault();