Title: [opsview] [11229] Typoish.
Revision
11229
Author
pknight
Date
2013-01-25 09:42:27 +0000 (Fri, 25 Jan 2013)

Log Message

Typoish.

Modified Paths


Modified: trunk/opsview-core/lib/Runtime/Service.pm
===================================================================
--- trunk/opsview-core/lib/Runtime/Service.pm	2013-01-25 09:36:40 UTC (rev 11228)
+++ trunk/opsview-core/lib/Runtime/Service.pm	2013-01-25 09:42:27 UTC (rev 11229)
@@ -234,7 +234,7 @@
     my $self = shift;
     return (  $self->current_state != 0
           and $self->problem_has_been_acknowledged == 0
-          and $self->host->object_id->current_state == 0 ) ? 0 : 1;
+          and $self->host_object_id->current_state == 0 ) ? 0 : 1;
 }
 
 =back

_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to