summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2013-08-30 10:57:32 +0100
committerSimon Holywell <[email protected]>2013-08-30 10:57:32 +0100
commit42d8715e3bd20372670cb590c86caf7e79655bcf (patch)
tree6015eb0e77f67ea69f12f7022431a310029d25a4
parent6e3082b68c707299da8490642984d5beb5754ef2 (diff)
Fix build - forgot function keyword
-rw-r--r--idiorm.php2
1 files changed, 1 insertions, 1 deletions
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);