summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorSebastian Schmelzer2012-01-11 19:22:47 +0100
committerSebastian Schmelzer2012-01-11 19:22:47 +0100
commit4123c100e127baa70da62990daa88bde3071fe5e (patch)
treeb1ee255528fd75a83c97c3988ff9c04dd95e6a62 /library
parentadd favico (diff)
downloadpbs2-4123c100e127baa70da62990daa88bde3071fe5e.tar.gz
pbs2-4123c100e127baa70da62990daa88bde3071fe5e.tar.xz
pbs2-4123c100e127baa70da62990daa88bde3071fe5e.zip
make notifier call static
Diffstat (limited to 'library')
-rw-r--r--library/Pbs/Notifier.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/Pbs/Notifier.php b/library/Pbs/Notifier.php
index 8d38786..46dfd48 100644
--- a/library/Pbs/Notifier.php
+++ b/library/Pbs/Notifier.php
@@ -13,7 +13,7 @@
class Pbs_Notifier {
- public function notify($action, $result) {
+ public static function notify($action, $result) {
switch($action) {
default: