Updates to node display
This commit is contained in:
@@ -73,7 +73,7 @@ class Database_TSM_Result extends Database_Result {
|
||||
// Return an object of given class name
|
||||
$o = new $this->_as_object;
|
||||
|
||||
return $o->_load_values($this->_rows[$this->_current_row]);
|
||||
return $o->values($this->_rows[$this->_current_row]);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user