summaryrefslogtreecommitdiffstats
path: root/application/controllers/PersonController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/PersonController.php')
-rw-r--r--application/controllers/PersonController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/controllers/PersonController.php b/application/controllers/PersonController.php
index 4476f4e..9f056c8 100644
--- a/application/controllers/PersonController.php
+++ b/application/controllers/PersonController.php
@@ -108,8 +108,8 @@ class PersonController extends Zend_Controller_Action
}
if(count($suspendlist) >=1){
- $pbsNotifier = new Pbs_Notifier();
- $this->view->notification = $pbsNotifier->notify("Actually ".count($suspendlist)." Memberships are suspended", 'error' );
+ $poolNotifier = new Pool_Notifier();
+ $this->view->notification = $poolNotifier->notify("Actually ".count($suspendlist)." Memberships are suspended", 'error' );
}
}
$membershipSelectForm = new Application_Form_MembershipSelect(array('membershiplist' => $membershipList));