Quote:
Originally Posted by just77me
there is a bug! when i activate your system its not possible to delete calendar entries! so i had to deactivate your system!
|
This is correct, I have also confirmed this error.. It seems to be a problem with the form tag. If you add this to the top of the plugin named "Add RSVPs to Event Description":
Code:
if ($_REQUEST['what'] != '') { return; }
It sort of fixes it, meaning, you have to click delete twice before you get to the confirmation page..
Rather buggy here..