diff options
| author | Sebastian Schmelzer | 2012-01-11 19:22:47 +0100 |
|---|---|---|
| committer | Sebastian Schmelzer | 2012-01-11 19:22:47 +0100 |
| commit | 4123c100e127baa70da62990daa88bde3071fe5e (patch) | |
| tree | b1ee255528fd75a83c97c3988ff9c04dd95e6a62 /application/modules/user/forms | |
| parent | add favico (diff) | |
| download | pbs2-4123c100e127baa70da62990daa88bde3071fe5e.tar.gz pbs2-4123c100e127baa70da62990daa88bde3071fe5e.tar.xz pbs2-4123c100e127baa70da62990daa88bde3071fe5e.zip | |
make notifier call static
Diffstat (limited to 'application/modules/user/forms')
| -rw-r--r-- | application/modules/user/forms/BootosUser.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 <b>%username%</b> and <b>%password%</b> as Wildcards for Login and Password.', 'info'); + + echo Pbs_Notifier::notify('Use <b>%username%</b> and <b>%password%</b> as Wildcards for Login and Password.', 'info'); } public function isValid($data) { |
