From 499d4aadbcf48683767cde2abbd6624cccfe58e2 Mon Sep 17 00:00:00 2001 From: Hannes Mannerheim Date: Fri, 9 Oct 2015 13:10:48 +0200 Subject: [PATCH] make events federate --- plugins/Event/EventPlugin.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/Event/EventPlugin.php b/plugins/Event/EventPlugin.php index 9fa6e17fc3..110f928a4c 100644 --- a/plugins/Event/EventPlugin.php +++ b/plugins/Event/EventPlugin.php @@ -46,6 +46,9 @@ if (!defined('STATUSNET')) { */ class EventPlugin extends MicroAppPlugin { + + var $oldSaveNew = true; + /** * Set up our tables (event and rsvp) *