Monitoring/Host,Service: Remove fetch event history from function prefetch

refs #4823
This commit is contained in:
Eric Lippmann 2013-10-10 16:03:52 +02:00
parent 8aea2f4d3c
commit b28b4ba96a
2 changed files with 2 additions and 4 deletions

View File

@ -30,8 +30,7 @@ class Host extends AbstractObject
->fetchContacts()
->fetchContactgroups()
->fetchCustomvars()
->fetchComments()
->fetchEventHistory();
->fetchComments();
}
protected function fetchObject()

View File

@ -31,8 +31,7 @@ class Service extends AbstractObject
->fetchContacts()
->fetchContactgroups()
->fetchCustomvars()
->fetchComments()
->fetchEventHistory();
->fetchComments();
}
protected function fetchObject()