Skip to content

Commit

Permalink
Tweaked the ajax displayer
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Nov 5, 2014
1 parent 87b39d0 commit 12cea3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Debug/AjaxDisplayer.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ public function display(Exception $exception, $code)
{
$info = $this->info($code, $exception->getMessage());

return ['success' => false, 'code' => $code, 'msg' => $info['extra']];
return ['success' => false, 'code' => $info['code'], 'msg' => $info['extra']];
}
}

0 comments on commit 12cea3d

Please sign in to comment.