summaryrefslogtreecommitdiffstats
path: root/db.php
diff options
context:
space:
mode:
Diffstat (limited to 'db.php')
-rw-r--r--db.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db.php b/db.php
index 45f5eff..1b047d3 100644
--- a/db.php
+++ b/db.php
@@ -261,7 +261,7 @@ function DB_get_gameid_by_hash($hash)
function DB_cancel_game($hash)
{
- $gameid = DB_get_gameid_by_hash($me);
+ $gameid = DB_get_gameid_by_hash($hash);
if(!$gameid)
return;