Closed dheerajcodes closed 3 years ago
Thanks a lot for your report! Can you please create a PR to fix the issue?
Thanks a lot for your report! Can you please create a PR to fix the issue?
Sure
Kindly merge the pull request
Thanks, your fix is now available in dev-master and 2020.10.x-dev, it will be part of the next 2020.10.x release.
Bug Report (aimeos-core)
Bug Definition
Bug Reproducibility
php artisan aimeos:setup
command.Solution
At line number 391 in Aimeos\MShop\Common\Item\Base.php
Change this -
$this->bdata[$key] = $value;
to this -
$this->set($key, $value);