diff options
Diffstat (limited to 'include/event.php')
-rw-r--r-- | include/event.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/event.php b/include/event.php index e198fe15c..0c29d26f6 100644 --- a/include/event.php +++ b/include/event.php @@ -165,7 +165,7 @@ function event_store_event($arr) { return $r[0]; } - $event_hash = $r[0]['event_hash']; + $hash = $r[0]['event_hash']; // The event changed. Update it. |