From: Andrey Kutejko Date: Tue, 7 May 2013 11:35:05 +0000 (+0300) Subject: minor style fixes X-Git-Tag: 0.6~132 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=fecf7f3c5a3c71f6b3b88c9f64dfe4b49ea5033b;p=ipf-legacy-orm.git minor style fixes --- 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)) {