Fix bug following hostname/progname alterations
This commit is contained in:
@@ -101,11 +101,11 @@ class SihnonFramework_LogEntry {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function hostname() {
|
public function hostname() {
|
||||||
return static::$hostname;
|
return $this->hostname;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function progname() {
|
public function progname() {
|
||||||
return static::$progname;
|
return $this->progname;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function pid() {
|
public function pid() {
|
||||||
|
|||||||
Reference in New Issue
Block a user