]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/database/wrapper/class_UserPointsDatabaseWrapper.php
Some 'static' array elements rewritten to constant, other cleanups
[core.git] / inc / classes / main / database / wrapper / class_UserPointsDatabaseWrapper.php
index f0cfb873cbc6ef36b402d3c51bdbf572d94ce77d..054a51b975083fa44cdae026144c08143fc2271c 100644 (file)
@@ -80,7 +80,7 @@ class UserPointsDatabaseWrapper extends BaseDatabaseWrapper implements BookableP
                $pointsInstance->addElementsToDataSet($dataSetInstance);
 
                // "Insert" this request instance completely into the database
-               $this->getDatabaseInstance()->queryInsertDataSet($dataSetInstance);
+               $this->queryInsertDataSet($dataSetInstance);
        }
 
        /**