From: Hannes Mannerheim Date: Fri, 9 Oct 2015 11:10:48 +0000 (+0200) Subject: make events federate X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=499d4aadbcf48683767cde2abbd6624cccfe58e2;p=quix0rs-gnu-social.git make events federate --- 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) *