Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit 8b9048f

Browse files
authored
Merge pull request #201 from timble/feature/199-entity-route2
JSON resource structure
2 parents ce7b1f2 + 9841218 commit 8b9048f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/view/json.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ protected function _fetchData(ViewContext $context)
168168
$output['links']['prev'] = $url->setQuery(array('offset' => max($offset-$limit, 0)), true)->toString();
169169
}
170170
}
171-
else $output['data'] = $this->_createResource($model->fetch());
171+
else $output['data'] = $this->_createResource($model->fetch()->getIterator()->current());
172172

173173
if ($this->_included_resources) {
174174
$output['included'] = array_values($this->_included_resources);

0 commit comments

Comments
 (0)