diff options
author | friendica <info@friendica.com> | 2014-05-29 17:09:14 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-29 17:09:14 -0700 |
commit | a3487efd57b3b13463d3eba1d556e49f4948a6ce (patch) | |
tree | 41a0be0746cb8a020c9739fc5378e83562b32cd5 /include/event.php | |
parent | 118b4c88bd1de3408cce650825e818d6a00a6e91 (diff) | |
download | volse-hubzilla-a3487efd57b3b13463d3eba1d556e49f4948a6ce.tar.gz volse-hubzilla-a3487efd57b3b13463d3eba1d556e49f4948a6ce.tar.bz2 volse-hubzilla-a3487efd57b3b13463d3eba1d556e49f4948a6ce.zip |
start to tie in the new event logic
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 4762ccff7..0dde6b1a5 100644 --- a/include/event.php +++ b/include/event.php @@ -243,7 +243,7 @@ dbg(1); -function event_store_item($arr) { +function event_store_item($arr,$event) { require_once('include/datetime.php'); require_once('include/items.php'); |