summaryrefslogtreecommitdiff
path: root/init.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-16 14:30:59 +0300
committerAndrew Dolgov <[email protected]>2021-02-16 14:30:59 +0300
commit748bf65bd979eb43820359c9b4a66c75a950bf07 (patch)
tree08ba9a008e3288eba02a3bd6939b6d178876f444 /init.php
parent5cc998a9ddeb9d83d19ff981082f9cdccad538f6 (diff)
move to new-style controls
Diffstat (limited to 'init.php')
-rwxr-xr-xinit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.php b/init.php
index b4f8fe4..2fbb50a 100755
--- a/init.php
+++ b/init.php
@@ -86,9 +86,9 @@ class Af_Img_Phash extends Plugin {
?>
<form dojoType='dijit.form.Form'>
- <?= format_hidden("op", "pluginhandler") ?>
- <?= format_hidden("method", "save") ?>
- <?= format_hidden("plugin", "af_img_phash") ?>
+ <?= \Controls\hidden_tag("op", "pluginhandler") ?>
+ <?= \Controls\hidden_tag("method", "save") ?>
+ <?= \Controls\hidden_tag("plugin", "af_img_phash") ?>
<script type='dojo/method' event='onSubmit' args='evt'>
evt.preventDefault();