From 1f43d7916cda16e9680b9087bda1f52934e8f25b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 16 Feb 2021 14:32:06 +0300 Subject: replace print_hidden with hidden_tag --- plugins/note/init.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/note') 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 "