diff options
-rw-r--r-- | Zotlabs/Module/Events.php | 6 | ||||
-rwxr-xr-x | view/tpl/event_form.tpl | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/Zotlabs/Module/Events.php b/Zotlabs/Module/Events.php index b709cd1f4..a5cc868be 100644 --- a/Zotlabs/Module/Events.php +++ b/Zotlabs/Module/Events.php @@ -118,8 +118,10 @@ class Events extends \Zotlabs\Web\Controller { goaway($onerror_url); } - $share = ((intval($_POST['distr'])) ? intval($_POST['distr']) : 0); - + // $share = ((intval($_POST['distr'])) ? intval($_POST['distr']) : 0); + + $share = 1; + $channel = \App::get_channel(); $acl = new \Zotlabs\Access\AccessList(false); diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl index a2bb1f112..0f37d8287 100755 --- a/view/tpl/event_form.tpl +++ b/view/tpl/event_form.tpl @@ -105,10 +105,6 @@ </div> </div> - {{if ! $eid}} - {{include file="field_checkbox.tpl" field=$share}} - {{/if}} - <div class="clear"></div> <button type="button" class="btn btn-default" onclick="openClose('advanced');">{{$advanced}}</button> |