Fixed games not appearing in list

Benedict Etzel 2010-12-02 15:42:00 +01:00
parent d9a84904dd
commit d60fca74dd
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@
}
} else { //list availabe games
$list = array();
if (!isset($_REQUEST['action']) || $_REQUEST['action'] != 'version') {
if (!isset($_GET['action']) || (isset($_GET['action']) && $_GET['action'] != 'version')) {
$list = $server->getReferenceArray(false);
}
$message = '';