Fixed icon

Former-commit-id: be69bd82397a03899f7941d86c95fc9dfb41ef95
This commit is contained in:
Daniel Maya 2019-04-12 08:44:16 +02:00
parent 3928a5a523
commit b2a333e499
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ final class Icon extends Item
); );
} }
return $imageSrc; return 'images/console/icons/'.$imageSrc.'.png';
} }