Skip to content

Commit 69115e8

Browse files
committed
Revert back isAjax object
1 parent 3716961 commit 69115e8

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

application/libraries/Grocery_CRUD.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2195,10 +2195,8 @@ protected function get_layout()
21952195
}
21962196
elseif($this->echo_and_die === true)
21972197
{
2198-
return (object)array(
2199-
'isAjax' => true,
2200-
'output' => $this->views_as_string,
2201-
);
2198+
echo $this->views_as_string;
2199+
die();
22022200
}
22032201
}
22042202

0 commit comments

Comments
 (0)