diff options
author | friendica <info@friendica.com> | 2014-07-06 22:31:39 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-07-06 22:31:39 -0700 |
commit | 913fd1d22ecdf847c45ec498cfc302e0f4572415 (patch) | |
tree | 09d65a693f4e0c3753f54e2da02ca118f297ae9e /include | |
parent | 054d5e100fbb5245055d775b03657d002b823889 (diff) | |
download | volse-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')
-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. |