[floe] r398 committed - fixing refactored parameter in constructor

0 views
Skip to first unread message

fl...@googlecode.com

unread,
May 19, 2010, 10:38:44 AM5/19/10
to floe-c...@googlegroups.com
Revision: 398
Author: coretxt
Date: Wed May 19 07:38:00 2010
Log: fixing refactored parameter in constructor
http://code.google.com/p/floe/source/detail?r=398

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

=======================================
--- /trunk/src/repository/Record.class.php Wed May 19 05:59:33 2010
+++ /trunk/src/repository/Record.class.php Wed May 19 07:38:00 2010
@@ -58,7 +58,7 @@
}
if ($record) {
if (is_numeric($record)) {
- $this->storage->selectById($this->tableName, $id);
+ $this->storage->selectById($this->tableName, $record);
$record = $this->storage->getObject();
if (!$record) {
require_once dirname(__FILE__).'/RecordNotFound.class.php';

--
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