diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2021-02-18 11:54:29 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2021-02-18 11:54:29 +0300 |
| commit | 466cba39d86487ce3c81d7aeade96e9f9e4a119d (patch) | |
| tree | 2e21056edf73e853319a05aa25b038c078c4cfd1 /plugins/note/init.php | |
| parent | 1adb9bb6b643736706b746629b849df9cdf45e50 (diff) | |
| parent | b888bc2091c6737846f54a729ee047e4693fd8e3 (diff) | |
Merge branch 'master' of git.fakecake.org:fox/tt-rss
Diffstat (limited to 'plugins/note/init.php')
| -rw-r--r-- | plugins/note/init.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/note/init.php b/plugins/note/init.php index 65e1f0eef..278cfe6c3 100644 --- a/plugins/note/init.php +++ b/plugins/note/init.php @@ -38,9 +38,7 @@ class Note extends Plugin { $note = $row['note']; print \Controls\hidden_tag("id", $id); - print \Controls\hidden_tag("op", "pluginhandler"); - print \Controls\hidden_tag("method", "setNote"); - print \Controls\hidden_tag("plugin", "note"); + print \Controls\pluginhandler_tags($this, "setnote"); ?> <textarea dojoType='dijit.form.SimpleTextarea' |