]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-del_email.php
Fixed 'payments' cache (all array elements must have 'id' based index)
[mailer.git] / inc / modules / admin / what-del_email.php
index 2651db4b79215d083b2e2afe29551bfd4189e206..478b00bddecebd2ca14ae5185ab9858e4c9134a2 100644 (file)
@@ -57,7 +57,7 @@ if (isGetRequestElementSet('mid')) {
                $content = SQL_FETCHARRAY($result);
 
                // Get points we shall pay back per mail
-               $content['price'] = getPaymentPoints($content['payment_id'], 'price');
+               $content['price'] = getPaymentData($content['payment_id'], 'price');
                // @TODO Unused: cat_id, payment_id
 
                // Prepare data for the template