Skip to content

Commit

Permalink
return data
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremytubbs committed Feb 14, 2016
1 parent 1864878 commit ed7d6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Deepzoom.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function makeTiles($image, $file = NULL, $folder = NULL)

return [
'status' => 'ok',
'data' => $results,
'data' => $data,
'message' => 'Everything is okay!'
];
}
Expand Down

0 comments on commit ed7d6c6

Please sign in to comment.