Fix bug following hostname/progname alterations

This commit is contained in:
2011-08-07 15:52:50 +01:00
parent 04de50cecd
commit 294679567f

View File

@@ -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() {