Revision: 412
Author: coretxt
Date: Sun May 23 11:50:36 2010
Log: my IDE is freaking blind
http://code.google.com/p/floe/source/detail?r=412
Modified:
/trunk/src/repository/store/StorageAdaptor.class.php
=======================================
--- /trunk/src/repository/store/StorageAdaptor.class.php Sun May 23
11:48:29 2010
+++ /trunk/src/repository/store/StorageAdaptor.class.php Sun May 23
11:50:36 2010
@@ -40,8 +40,8 @@
$adaptor = ($adaptor) ? $adaptor : StorageAdaptor_DefaultInstance;
$queryAdaptor = $adaptor.'Gateway';
$queryConnection = $adaptor."Connection";
- require_once 'store/'. strtolower($adaptor) .'/'.
$adaptor .'.class.php';
- require_once 'store/'. strtolower($adaptor) .'/'.
$adaptor .'.class.php';
+ require_once 'store/'. strtolower($adaptor) .'/'.
$queryAdaptor .'.class.php';
+ require_once 'store/'. strtolower($adaptor) .'/'.
$queryConnection .'.class.php';
if (!self::$implementation) self::$implementation = new
$queryAdaptor(new $queryConnection());
return self::$implementation;
}
--
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.