parent::handlePost() in CancelsubscriptionAction
This commit is contained in:
parent
1a0171ef61
commit
820a21e16d
|
@ -58,6 +58,8 @@ class CancelsubscriptionAction extends FormAction
|
|||
|
||||
protected function handlePost()
|
||||
{
|
||||
parent::handlePost();
|
||||
|
||||
try {
|
||||
$request = Subscription_queue::pkeyGet(array('subscriber' => $this->scoped->id,
|
||||
'subscribed' => $this->target->id));
|
||||
|
|
Loading…
Reference in New Issue
Block a user