Skip to content

Commit 3c26506

Browse files
committed
Fix #158
1 parent ed38d2b commit 3c26506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Alert.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ public function getWidgetContentForItem($widgetId, $opt = [])
614614
$i = 0;
615615
if ($nb) {
616616
while ($data = $DB->fetchAssoc($result)) {
617-
$datas[$i]["lastrun"] = MydashboardHtml::convDateTime($data['lastrun']);
617+
$datas[$i]["lastrun"] = \Html::convDateTime($data['lastrun']);
618618

619619
$name = $data["name"];
620620
if ($isplug = isPluginItemType($data["itemtype"])) {

0 commit comments

Comments
 (0)