aboutsummaryrefslogtreecommitdiffstats
path: root/include/event.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-07-06 22:31:39 -0700
committerfriendica <info@friendica.com>2014-07-06 22:31:39 -0700
commit913fd1d22ecdf847c45ec498cfc302e0f4572415 (patch)
tree09d65a693f4e0c3753f54e2da02ca118f297ae9e /include/event.php
parent054d5e100fbb5245055d775b03657d002b823889 (diff)
downloadvolse-hubzilla-913fd1d22ecdf847c45ec498cfc302e0f4572415.tar.gz
volse-hubzilla-913fd1d22ecdf847c45ec498cfc302e0f4572415.tar.bz2
volse-hubzilla-913fd1d22ecdf847c45ec498cfc302e0f4572415.zip
numerous event fixes - mostly related to editing an event
Diffstat (limited to 'include/event.php')
-rw-r--r--include/event.php2
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.