make events federate

This commit is contained in:
Hannes Mannerheim 2015-10-09 13:10:48 +02:00
parent 76004660e9
commit 499d4aadbc

View File

@ -46,6 +46,9 @@ if (!defined('STATUSNET')) {
*/ */
class EventPlugin extends MicroAppPlugin class EventPlugin extends MicroAppPlugin
{ {
var $oldSaveNew = true;
/** /**
* Set up our tables (event and rsvp) * Set up our tables (event and rsvp)
* *