diff options
author | friendica <info@friendica.com> | 2014-10-22 16:49:45 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-22 16:49:45 -0700 |
commit | e3943087b270399c6c2333f0bae877a8d0d62510 (patch) | |
tree | e5f0233f4a1d19872dbf47a73592cd9b41fe40f3 /view/tpl/event_form.tpl | |
parent | d7cb5c0436081214afefbd876a127173ebfa1b74 (diff) | |
parent | b27790302b104df7e788077e7a046561f072e762 (diff) | |
download | volse-hubzilla-e3943087b270399c6c2333f0bae877a8d0d62510.tar.gz volse-hubzilla-e3943087b270399c6c2333f0bae877a8d0d62510.tar.bz2 volse-hubzilla-e3943087b270399c6c2333f0bae877a8d0d62510.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/event_form.tpl')
-rwxr-xr-x | view/tpl/event_form.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl index ade404125..a4717415e 100755 --- a/view/tpl/event_form.tpl +++ b/view/tpl/event_form.tpl @@ -9,6 +9,7 @@ <form action="{{$post}}" method="post" > <input type="hidden" name="event_id" value="{{$eid}}" /> +<input type="hidden" name="event_hash" value="{{$event_hash}}" /> <input type="hidden" name="xchan" value="{{$xchan}}" /> <input type="hidden" name="mid" value="{{$mid}}" /> |