Index: branches/dev/data/module/MDB2.php
===================================================================
--- branches/dev/data/module/MDB2.php	(revision 15958)
+++ branches/dev/data/module/MDB2.php	(revision 15959)
@@ -945,5 +945,5 @@
         return false;
         */
-        $fp = @fopen($file, 'r', true);
+        $fp = @fopen(DATA_PATH . "module/" . $file, 'r', true);
         if (is_resource($fp)) {
             @fclose($fp);
