Skip to content

Commit

Permalink
Revert back isAjax object
Browse files Browse the repository at this point in the history
  • Loading branch information
scoumbourdis committed Dec 11, 2017
1 parent 3716961 commit 69115e8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions application/libraries/Grocery_CRUD.php
Original file line number Diff line number Diff line change
Expand Up @@ -2195,10 +2195,8 @@ protected function get_layout()
}
elseif($this->echo_and_die === true)
{
return (object)array(
'isAjax' => true,
'output' => $this->views_as_string,
);
echo $this->views_as_string;
die();
}
}

Expand Down

1 comment on commit 69115e8

@andipahlevy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Version 1.5.8 ??

Please sign in to comment.