Skip to content

Commit

Permalink
Fix dashboard renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
bochoven committed Feb 4, 2022
1 parent 8e5e071 commit 6910fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/dashboard/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<?php foreach($row as $item => $data):?>

<?php if(array_key_exists('widget', $data)):?>
<?php if(is_array($data['widget']) && array_key_exists('widget', $data)):?>

<?php $widget->view($this, $data['widget'], $data); ?>

Expand Down

0 comments on commit 6910fb9

Please sign in to comment.