Skip to content

Commit

Permalink
Fix build - forgot function keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
treffynnon committed Aug 30, 2013
1 parent 6e3082b commit 42d8715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idiorm.php
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ protected function _find_many() {
* @param array $rows
* @return array
*/
protected _instances_with_id_as_key($rows) {
protected function _instances_with_id_as_key($rows) {
$instances = array();
foreach($rows as $row) {
$row = $this->_create_instance_from_row($row);
Expand Down

0 comments on commit 42d8715

Please sign in to comment.