summaryrefslogtreecommitdiffstats
path: root/application/modules/user/forms/BootosUser.php
diff options
context:
space:
mode:
authorSebastian Schmelzer2012-01-11 19:22:47 +0100
committerSebastian Schmelzer2012-01-11 19:22:47 +0100
commit4123c100e127baa70da62990daa88bde3071fe5e (patch)
treeb1ee255528fd75a83c97c3988ff9c04dd95e6a62 /application/modules/user/forms/BootosUser.php
parentadd favico (diff)
downloadpbs2-4123c100e127baa70da62990daa88bde3071fe5e.tar.gz
pbs2-4123c100e127baa70da62990daa88bde3071fe5e.tar.xz
pbs2-4123c100e127baa70da62990daa88bde3071fe5e.zip
make notifier call static
Diffstat (limited to 'application/modules/user/forms/BootosUser.php')
-rw-r--r--application/modules/user/forms/BootosUser.php4
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) {