modify mysql result
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ class Relation extends Component
|
|||||||
|
|
||||||
$activeModel = $this->_query[$identification]->get();
|
$activeModel = $this->_query[$identification]->get();
|
||||||
if (empty($activeModel)) {
|
if (empty($activeModel)) {
|
||||||
return null;
|
return $activeModel;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->_relations[$_identification] = $activeModel;
|
return $this->_relations[$_identification] = $activeModel;
|
||||||
|
|||||||
Reference in New Issue
Block a user