Skip to content
Snippets Groups Projects
Commit 31d35713 authored by Robert Lange's avatar Robert Lange Committed by Dorian Merz
Browse files

refs #18044 [fid_bbi] revert b37ed6a0 (#17834) fix casting error in admin module

* move into finc
parent 9b0777c2
Branches
Tags
No related merge requests found
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<tr> <tr>
<th><?=$this->transEsc('Uptime')?>: </th> <th><?=$this->transEsc('Uptime')?>: </th>
<?php $uptime = $core->xpath('//lst[@name="' . $coreName . '"]/long[@name="uptime"]') ?> <?php $uptime = $core->xpath('//lst[@name="' . $coreName . '"]/long[@name="uptime"]') ?>
<td><?=$this->printms((int)array_pop($uptime))?></td> <td><?=$this->printms((string)array_pop($uptime))?></td>
</tr> </tr>
</table> </table>
<?php endforeach; ?> <?php endforeach; ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment