storage enhancements
[m6w6/pq-gateway] / lib / pq / Mapper / Mapper.php
index 4a8f921e5888c426c9a74f824d6839b19d5f82e6..877bcd7c84bcf8a4bd6747e394df60121817b15c 100644 (file)
@@ -73,7 +73,7 @@ class Mapper
         * @return Storage
         */
        function createStorage($class) {
-               return new Storage($this->mapOf($class));
+               return new Storage($this, $class);
        }
 
        /**