]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/database/wrapper/class_UserDatabaseWrapper.php
Results are now searchable and iterateable, insertDataSet renamed to queryInsertDataS...
[shipsimu.git] / inc / classes / main / database / wrapper / class_UserDatabaseWrapper.php
index 88bc13fbb24e1ee3b91782005888fb2431f26b4f..1edd236d8d3befd386fb2f288e04a8561280139c 100644 (file)
@@ -139,7 +139,7 @@ class UserDatabaseWrapper extends BaseDatabaseWrapper {
                $registrationInstance->addElementsToDataSet($dataSetInstance);
 
                // "Insert" this request instance completely into the database
-               $this->getDatabaseInstance()->insertDataSet($dataSetInstance);
+               $this->getDatabaseInstance()->queryInsertDataSet($dataSetInstance);
        }
 }