Skip to content
This repository has been archived by the owner on Feb 25, 2018. It is now read-only.

Commit

Permalink
fixed typo in getting child objects
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewscofield committed Aug 29, 2012
1 parent e6bd576 commit 941bed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parseObject.php
Expand Up @@ -40,7 +40,7 @@ public function get($id){
));

if(!empty($this->_includes)){
$request['include'] = implode(',', $this->_order);
$request['include'] = implode(',', $this->_includes);
}

return $request;
Expand Down

0 comments on commit 941bed8

Please sign in to comment.