index: do not fail on missing db

This commit is contained in:
Thomas Gelf 2016-02-18 02:10:07 +01:00
parent a715111d8c
commit a27025ad91

View File

@ -6,6 +6,9 @@
<?php if ($this->errorMessage): ?>
<p class="error"><?= $this->errorMessage ?></p>
<?php endif ?>
<?php if (! $this->stats): ?>
</div>
<?php return; endif ?>
<?php
function statSummary($self, $type) {