Fixup rendering of event and RSVP

This commit is contained in:
Evan Prodromou
2011-04-20 10:57:46 -04:00
parent 1ab8004d78
commit 0e4029ecb6
3 changed files with 11 additions and 2 deletions

View File

@@ -296,6 +296,7 @@ class EventPlugin extends MicroappPlugin
return new RSVPListItem($nli);
break;
}
return null;
}