summaryrefslogtreecommitdiff
path: root/plugins/note
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-16 14:32:06 +0300
committerAndrew Dolgov <[email protected]>2021-02-16 14:32:06 +0300
commit1f43d7916cda16e9680b9087bda1f52934e8f25b (patch)
treea88b881b4262817a4d273e038b4dbc6071b439ab /plugins/note
parent26d6b84a572b5cbd99acffc5ae727ea6d1be543a (diff)
replace print_hidden with hidden_tag
Diffstat (limited to 'plugins/note')
-rw-r--r--plugins/note/init.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/note/init.php b/plugins/note/init.php
index d5b231190..0634d4c57 100644
--- a/plugins/note/init.php
+++ b/plugins/note/init.php
@@ -37,10 +37,10 @@ class Note extends Plugin {
$note = $row['note'];
- print_hidden("id", "$param");
- print_hidden("op", "pluginhandler");
- print_hidden("method", "setNote");
- print_hidden("plugin", "note");
+ print \Controls\hidden_tag("id", "$param");
+ print \Controls\hidden_tag("op", "pluginhandler");
+ print \Controls\hidden_tag("method", "setNote");
+ print \Controls\hidden_tag("plugin", "note");
print "<textarea dojoType='dijit.form.SimpleTextarea'
style='font-size : 12px; width : 98%; height: 100px;'