Fatal error: Uncaught Error: Call to a member function getNumRows() on null
This commit is contained in:
parent
0d831bb398
commit
004042b60a
2
main.php
2
main.php
@ -1708,7 +1708,7 @@ try {
|
||||
</td>
|
||||
<td> </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>
|
||||
|
Loading…
Reference in New Issue
Block a user