Skip to content
Permalink
Browse files Browse the repository at this point in the history
Update NewslettersController.php
Test if an Exim ID was passed.
  • Loading branch information
orgeat authored and p-rolle committed Jan 21, 2019
1 parent e1f5e1d commit c888fbb
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -22,6 +22,8 @@ public function allowAction()
$status = 0;

$eximId = $this->getRequest()->getParam('id');

if (strlen($eximId) == 0) { die(); }

$spam = new Default_Model_DbTable_Spam();

Expand Down

0 comments on commit c888fbb

Please sign in to comment.