currentUser = com.dotmarketing.business.APILocator.getUserProxyAPI().getUserProxy(inode,APILocator.getUserAPI().getSystemUser(), false);
} catch (Exception e) {
Logger.error(this, e.getMessage(), e);
throw new DotRuntimeException(e.getMessage(), e);
}
MailingList ml = (MailingList) InodeFactory.getInode(mailingListInode, MailingList.class);
MailingListFactory.deleteUnsubscriberFromMailingList(ml , currentUser);
}
}