mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 00:01:05 +00:00
fix(core): 🐛 add missing file associated page icon
This commit is contained in:
parent
a10fd97a2a
commit
a09e5e0b34
|
@ -272,6 +272,7 @@ class SkinHooks implements
|
|||
// Most icons are not mapped yet in the associated pages menu
|
||||
$iconMap = [
|
||||
'main' => 'article',
|
||||
'file' => 'image',
|
||||
'user' => 'userAvatar'
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue