From 42d8715e3bd20372670cb590c86caf7e79655bcf Mon Sep 17 00:00:00 2001 From: Simon Holywell Date: Fri, 30 Aug 2013 10:57:32 +0100 Subject: Fix build - forgot function keyword --- idiorm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idiorm.php b/idiorm.php index 320e9bd..06a73fd 100644 --- a/idiorm.php +++ b/idiorm.php @@ -621,7 +621,7 @@ * @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); -- cgit v1.2.3