From 4123c100e127baa70da62990daa88bde3071fe5e Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Wed, 11 Jan 2012 19:22:47 +0100 Subject: make notifier call static --- application/modules/user/forms/BootosUser.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'application/modules/user/forms/BootosUser.php') diff --git a/application/modules/user/forms/BootosUser.php b/application/modules/user/forms/BootosUser.php index 66555ce..a9fa79f 100644 --- a/application/modules/user/forms/BootosUser.php +++ b/application/modules/user/forms/BootosUser.php @@ -145,8 +145,8 @@ class user_Form_BootosUser extends Zend_Form { )); - $pbsNotifier = new Pbs_Notifier(); - echo $pbsNotifier->notify('Use %username% and %password% as Wildcards for Login and Password.', 'info'); + + echo Pbs_Notifier::notify('Use %username% and %password% as Wildcards for Login and Password.', 'info'); } public function isValid($data) { -- cgit v1.2.3-55-g7522