projects
/
project/heartbeat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8784655
)
Issue #1218848 by thomastorfs: Fixed 'Non-static method should not be called statically'.
author
Stalski
Tue, 26 Jul 2011 23:55:17 +0000 (
01:55
+0200)
committer
Stalski
Tue, 26 Jul 2011 23:55:17 +0000 (
01:55
+0200)
heartbeat.module
patch
|
blob
|
blame
|
history
diff --git
a/heartbeat.module
b/heartbeat.module
index
c0b3cc5
..
3fa8dc2
100755
(executable)
--- a/
heartbeat.module
+++ b/
heartbeat.module
@@
-679,7
+679,7
@@
class HeartbeatMessagePool {
/**
* getInstance().
*/
- public function getInstance() {
+ static public function getInstance() {
if (!isset(self::$instance)) {
self::$instance = new HeartbeatMessagePool();
}