This commit is contained in:
Abdulrahman
2019-02-26 22:10:38 +03:00
parent d9feca6a13
commit 48fa09379d
3 changed files with 57 additions and 7 deletions

View File

@@ -146,7 +146,7 @@ if ($show_online)
//make names as array to print them in template
$show_names = array();
$show_names_sizeof = sizeof($show_names);
$show_names_sizeof = sizeof($online_names);
foreach ($online_names as $k)
{