Skip to content

Commit 15980db

Browse files
authored
Merge pull request avenirer#221 from salain/version-3.0
Fix issue avenirer#220
2 parents 084cfe8 + 1b6c153 commit 15980db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: core/MY_Model.php

+1
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ public function _prep_after_read($data, $multi = TRUE)
301301
// let's join the subqueries...
302302
$data = $this->join_temporary_results($data);
303303
$this->_database->reset_query();
304+
$this->_requested = array();
304305
if(isset($this->return_as_dropdown) && $this->return_as_dropdown == 'dropdown')
305306
{
306307
foreach($data as $row)

0 commit comments

Comments
 (0)