[PLUGIN][AttachmentCollections] changes path name to be the same as the one introduced in c4dacd7626

This commit is contained in:
Phablulo Joel 2021-12-27 15:30:32 -03:00
parent 672df5165c
commit e932ff43d0
1 changed files with 1 additions and 1 deletions

View File

@ -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();