Skip to content

Commit 3f993d0

Browse files
committed
8-|
1 parent b5ce689 commit 3f993d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moriarty/simplegraph.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ private function _to_arc_index(&$index) {
719719
* @return boolean true if a matching type statement exists, false otherwise
720720
*/
721721
function resource_is_of_type($s, $t) {
722-
return has_resource_triple($s, $this->_ns['rdf'].'type', $t);
722+
return $this->has_resource_triple($s, $this->_ns['rdf'].'type', $t);
723723
}
724724

725725
/**

0 commit comments

Comments
 (0)