Skip to content

Commit

Permalink
Fix valid function for the first call
Browse files Browse the repository at this point in the history
  • Loading branch information
alkana committed May 11, 2014
1 parent 9492155 commit 5c9bf86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phalcon/mvc/model/resultset/simple.zep
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ class Simple extends \Phalcon\Mvc\Model\Resultset
let result = this->_result;
if typeof result == "object" {
let this->_rows = result->fetchAll();
let rows = this->_rows;
}
}

Expand Down

0 comments on commit 5c9bf86

Please sign in to comment.