Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit c903ffb

Browse files
author
Jamie Snape
committed
Fix typo in admin dashboard view
1 parent 2923148 commit c903ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/views/admin/dashboard.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ foreach ($this->dashboard as $module => $dasboard) {
3131
if ($status[0]) {
3232
echo '<td><img src="'.$this->coreWebroot.'/public/images/icons/ok.png" /></td>';
3333
} else {
34-
echo '<td><img src="'.$this->coreWebroot.'public/images/icons/nok.png" /></td>';
34+
echo '<td><img src="'.$this->coreWebroot.'/public/images/icons/nok.png" /></td>';
3535
}
3636
if (isset($status[1])) {
3737
echo '<td>'.$this->escape($status[1]).'</td>';

0 commit comments

Comments
 (0)