Monitoring/Objects: Make fetch event history public

refs #4823
This commit is contained in:
Eric Lippmann 2013-10-10 11:34:26 +02:00
parent ca6c51aef7
commit d1f67c6ec9

View File

@ -150,7 +150,7 @@ abstract class AbstractObject
return $this; return $this;
} }
protected function fetchEventHistory() public function fetchEventHistory()
{ {
$this->foreign['eventHistory'] = $this->applyObjectFilter( $this->foreign['eventHistory'] = $this->applyObjectFilter(
$this->backend->select()->from('eventHistory', array( $this->backend->select()->from('eventHistory', array(