Skip to content

Commit

Permalink
[TASK] Use package key variable for all icons
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Nov 30, 2023
1 parent cd31e1a commit 4a645e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext_tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
$iconRegistry->registerIcon(
'tcarecords-pages-contains-t3blog',
BitmapIconProvider::class,
['source' => 'EXT:t3extblog/Resources/Public/Icons/folder.png']
['source' => 'EXT:'.$packageKey.'/Resources/Public/Icons/folder.png']
);
}, 't3extblog');

0 comments on commit 4a645e3

Please sign in to comment.