We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed38d2b commit 3c26506Copy full SHA for 3c26506
src/Alert.php
@@ -614,7 +614,7 @@ public function getWidgetContentForItem($widgetId, $opt = [])
614
$i = 0;
615
if ($nb) {
616
while ($data = $DB->fetchAssoc($result)) {
617
- $datas[$i]["lastrun"] = MydashboardHtml::convDateTime($data['lastrun']);
+ $datas[$i]["lastrun"] = \Html::convDateTime($data['lastrun']);
618
619
$name = $data["name"];
620
if ($isplug = isPluginItemType($data["itemtype"])) {
0 commit comments