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 23, 2023
1 parent f6ce663 commit ab23f1d
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 ab23f1d

Please sign in to comment.