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 --- library/Pbs/Notifier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library') 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: -- cgit v1.2.3-55-g7522