From e932ff43d03fddd828a047a4bdeda25051265b0c Mon Sep 17 00:00:00 2001 From: Phablulo Date: Mon, 27 Dec 2021 15:30:32 -0300 Subject: [PATCH] [PLUGIN][AttachmentCollections] changes path name to be the same as the one introduced in c4dacd7626d --- plugins/AttachmentCollections/AttachmentCollections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/AttachmentCollections/AttachmentCollections.php b/plugins/AttachmentCollections/AttachmentCollections.php index 2e81e124ea..04220f187c 100644 --- a/plugins/AttachmentCollections/AttachmentCollections.php +++ b/plugins/AttachmentCollections/AttachmentCollections.php @@ -98,7 +98,7 @@ class AttachmentCollections extends Plugin */ public function onAppendRightPanelBlock($vars, Request $request, &$res): bool { - if ($vars['path'] !== 'attachment_show') { + if ($vars['path'] !== 'note_attachment_show') { return Event::next; } $user = Common::user();