VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: welrachid on May 24, 2016, 23:23:06 PM

Title: /administrator/components/com_virtuemart/plugins/vmpsplugin.php on line 749
Post by: welrachid on May 24, 2016, 23:23:06 PM
VM3.0.14
J!3.5.1


Hi im getting a

Notice: Undefined property: stdClass::$payment_logos in ...................... /administrator/components/com_virtuemart/plugins/vmpsplugin.php on line 749

Should be able to solve with
      $logos = property_exists($plugin,$logosFieldName)?$plugin->$logosFieldName:array();

instead of current line:
      $logos = $plugin->$logosFieldName;
Title: Re: /administrator/components/com_virtuemart/plugins/vmpsplugin.php on line 749
Post by: Milbo on May 26, 2016, 23:49:38 PM
thx