From 294679567fb241dc79bb2b6c62501886eab0d1e6 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Sun, 7 Aug 2011 15:52:50 +0100 Subject: [PATCH] Fix bug following hostname/progname alterations --- source/lib/SihnonFramework/LogEntry.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {