diff --git a/source/lib/SihnonFramework/LogEntry.class.php b/source/lib/SihnonFramework/LogEntry.class.php index 3f37e0f..68fe490 100644 --- a/source/lib/SihnonFramework/LogEntry.class.php +++ b/source/lib/SihnonFramework/LogEntry.class.php @@ -101,11 +101,11 @@ class SihnonFramework_LogEntry { } public function hostname() { - return static::$hostname; + return $this->hostname; } public function progname() { - return static::$progname; + return $this->progname; } public function pid() {