From fecf7f3c5a3c71f6b3b88c9f64dfe4b49ea5033b Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Tue, 7 May 2013 14:35:05 +0300 Subject: [PATCH] minor style fixes --- ipf/orm/collection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipf/orm/collection.php b/ipf/orm/collection.php index e8d05aa..129c512 100644 --- a/ipf/orm/collection.php +++ b/ipf/orm/collection.php @@ -187,7 +187,7 @@ class IPF_ORM_Collection extends IPF_ORM_Access implements Countable, IteratorAg if ($key === null) { $this->data[] = $record; } else { - $this->data[$key] = $record; + $this->data[$key] = $record; } if (isset($this->keyColumn)) { -- 2.49.0