Skip to content

Commit b67431d

Browse files
authored
Merge pull request #10 from inceptphp/0.1
fix for inserting and getting detail
2 parents ab607eb + 9a9d249 commit b67431d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Package/System/events/object.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
}
142142

143143
//lastly return the detail
144+
$response->remove('json', 'results');
144145
$emitter->call('system-object-detail', [ $primary => $id ], $response);
145146
});
146147

0 commit comments

Comments
 (0)