Acymailing - AwoCoupon plugin error


  • Default avatar
    source@easy.cz    
     9 years ago
    0

    Hi,

    Joomla 3.3.6/VM 3.0.3/Acymailing 4.8.1

    When I try add Awo Coupon tag inside Newsletter then see this error:

    Warning: Creating default object from empty value in /data/www/lemax26.easysoftware.cz/public_html/plugins/acymailing/awocoupon/awocoupon.php on line 32


    Rudolf
  • Your avatar
    seyi    
     9 years ago
    0

    Hello,

    You can alter line 31 of
    /data/www/lemax26.easysoftware.cz/public_html/plugins/acymailing/awocoupon/awocoupon.php

    From
    <?php
             $onePlugin 
    null;
    ?>


    To
    <?php
             $onePlugin 
    = new stdClass;
    ?>


    That will stop the warning from showing.