flow changes
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
This commit is contained in:
@ -53,6 +53,7 @@ class Tournaments extends Page {
|
||||
$t->time = $_REQUEST['tournament_time'];
|
||||
$t->points = $_REQUEST['tournament_points'];
|
||||
$t->speed = $_REQUEST['tournament_speed'];
|
||||
var_dump($t->data);
|
||||
$this->set('tournamentdata',$t->data);
|
||||
$this->set('template','edit_tournament.html');
|
||||
|
||||
|
Reference in New Issue
Block a user