[floe] r410 committed - tidying up storage plugin loading

0 views
Skip to first unread message

fl...@googlecode.com

unread,
May 23, 2010, 2:52:35 PM5/23/10
to floe-c...@googlegroups.com
Revision: 410
Author: coretxt
Date: Sun May 23 11:47:45 2010
Log: tidying up storage plugin loading
http://code.google.com/p/floe/source/detail?r=410

Modified:
/trunk/src/repository/store/StorageAdaptor.class.php

=======================================
--- /trunk/src/repository/store/StorageAdaptor.class.php Sun May 23
11:47:11 2010
+++ /trunk/src/repository/store/StorageAdaptor.class.php Sun May 23
11:47:45 2010
@@ -37,7 +37,7 @@
* Returns a default instance
*/
static function gateway($adaptor = 'Mysql') {
- $adaptor = (($adaptor) ? $adaptor : StorageAdaptor_DefaultInstance)
+ $adaptor = (($adaptor) ? $adaptor : StorageAdaptor_DefaultInstance;
$queryAdaptor = $adaptor.'Gateway';
$queryConnection = $adaptor."Connection";
require_once 'store/'. strtolower($adaptor) .'/'.
$adaptor .'.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