Some 'static' array elements rewritten to constant, other cleanups
[core.git] / inc / classes / main / database / wrapper / class_UserDatabaseWrapper.php
index 557ab085dfcf104ac3c5b15feb265d019e6d6ae0..73e4c23af094393493e1c21c336fb70de0776257 100644 (file)
@@ -87,7 +87,7 @@ class UserDatabaseWrapper extends BaseDatabaseWrapper implements ManageableAccou
                $registrationInstance->addElementsToDataSet($dataSetInstance);
 
                // "Insert" this request instance completely into the database
-               $this->getDatabaseInstance()->queryInsertDataSet($dataSetInstance);
+               $this->queryInsertDataSet($dataSetInstance);
        }
 
        /**