Fatal error: Uncaught Error: Call to a member function getNumRows() on null

This commit is contained in:
Igor Barkov (iwork) 2020-07-06 17:00:41 +03:00
parent 0d831bb398
commit 004042b60a
1 changed files with 1 additions and 1 deletions

View File

@ -1708,7 +1708,7 @@ try {
</td>
<td>&nbsp;</td>
<TD style="text-align: right;">
<div class="hint-text">Сейчас в игре: <strong><?= $online->getNumRows() ?></strong> чел.</div>
<div class="hint-text">Сейчас в игре: <strong><?= 'неизвестно' /*$online->getNumRows()*/ ?></strong> чел.</div>
<button onclick="gotohref('zayavka.php')">Поединки</button>
<br>
<button onclick="gotohref('main.php?edit=1')">Инвентарь</button>