EventPlugin now uses event handling instead of NLI adapter

This commit is contained in:
Mikael Nordfeldth
2014-10-27 14:24:16 +01:00
parent 54ed1f52fa
commit c263bbcca7
4 changed files with 168 additions and 288 deletions

View File

@@ -342,7 +342,6 @@ class RSVP extends Managed_DataObject
// TRANS: Exception thrown when requesting a user's RSVP status for a non-existing response code.
// TRANS: %s is the non-existing response code.
throw new Exception(sprintf(_m('Unknown response code %s.'),$response));
break;
}
if (empty($event)) {