Skip to content

Commit

Permalink
Fix missing archive icon (#42316)
Browse files Browse the repository at this point in the history
* Fix missing icon archive

This PR fixes a php warning for archived articles.

* Update administrator/components/com_content/tmpl/articles/modal.php

---------

Co-authored-by: Quy <[email protected]>
  • Loading branch information
janschoenherr and Quy authored Nov 8, 2023
1 parent fa832ac commit dbe602f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
-2 => 'icon-trash',
0 => 'icon-times',
1 => 'icon-check',
2 => 'icon-archive',
];
?>
<?php foreach ($this->items as $i => $item) : ?>
Expand Down

0 comments on commit dbe602f

Please sign in to comment.