From 2db7b2d9487d9393d511998ae0258979fde379c4 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 18 Oct 2016 16:46:09 -0700 Subject: change event behaviour - share by default. --- Zotlabs/Module/Events.php | 6 ++++-- 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 @@ - {{if ! $eid}} - {{include file="field_checkbox.tpl" field=$share}} - {{/if}} -
-- cgit v1.2.3