parent
c4e9f7a8b3
commit
29baa3698e
|
@ -181,6 +181,7 @@ abstract class Dashlet extends BaseElement
|
||||||
{
|
{
|
||||||
$result = '';
|
$result = '';
|
||||||
if (! empty($this->requiredStats)) {
|
if (! empty($this->requiredStats)) {
|
||||||
|
reset($this->requiredStats);
|
||||||
$result .= $this->statSummary(current($this->requiredStats));
|
$result .= $this->statSummary(current($this->requiredStats));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue