pull/13/head
Gnieark 9 years ago
parent 0cb2999960
commit 8bbef2f6f1

@ -128,7 +128,7 @@ if($currentArena == ""){
default:
//battle history for this arena
$hist=get_battles_history($currentArena);
echo json_encode(get_battles_history);
echo json_encode($hist);
echo '<aside id="history">
<h2>infos:</h2>
<p>'.$lang['DEV-YOUR-OWN-BOT'].'<br/> <a href="/'.$currentArena.'/doc">'.$lang['DOC_SPECS_LINKS'].'</a></p>

Loading…
Cancel
Save