]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_bonus.php
Fixes for 'Can't use function return value in write context in /foo/bar.php'
[mailer.git] / inc / modules / admin / what-config_bonus.php
index 63e933d9f336e95c7776bfc251147d247e1ef8f0..11bbbd58d7cab3e97e21be43815b92795b21911c 100644 (file)
@@ -64,7 +64,7 @@ if (isset($_POST['ok'])) {
        ADMIN_SAVE_SETTINGS($_POST);
 
        // Remember new settings
-       getConfig('bonus_active')    = $_POST['bonus_active'];
+       $_CONFIG['bonus_active']    = $_POST['bonus_active'];
        $_CONFIG['bonus_en_notify'] = $_POST['bonus_en_notify'];
        $_CONFIG['bonus_di_notify'] = $_POST['bonus_di_notify'];
 } else {