[floe] r421 committed - fixing missin var

0 views
Skip to first unread message

fl...@googlecode.com

unread,
May 23, 2010, 4:29:00 PM5/23/10
to floe-c...@googlegroups.com
Revision: 421
Author: coretxt
Date: Sun May 23 13:28:19 2010
Log: fixing missin var
http://code.google.com/p/floe/source/detail?r=421

Modified:
/trunk/src/repository/Storage.class.php

=======================================
--- /trunk/src/repository/Storage.class.php Sun May 23 13:08:15 2010
+++ /trunk/src/repository/Storage.class.php Sun May 23 13:28:19 2010
@@ -88,6 +88,7 @@
function getRecords() {
$type = $this->recordType;
$objects = $this->adaptor->getObjects();
+ $records = array();
foreach($objects as $object) {
$records[] = new $type($object);
}

--
You received this message because you are subscribed to the Google Groups "Floe Commits" group.
To post to this group, send email to floe-c...@googlegroups.com.
To unsubscribe from this group, send email to floe-commits...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/floe-commits?hl=en.

Reply all
Reply to author
Forward
0 new messages