Open lkthfx opened 8 months ago
Thanks for the bug report, I fixed the warning https://github.com/givanz/Vvveb/commit/b529366154c6b89b8583f15c4d50149f5c1ac3cc
Line 52 should read $setting not $settings as shown above - just in case someone copies that line :-)
Thanks for pointing out, I fixed wrong event parameters https://github.com/givanz/Vvveb/commit/3a2cfc6fd7e038b3446ed92e974f487e5929d474.
Steps to reproduce:
Fix: in /admin/controller/settings/site.php line 149
$site['id'] = $site_id;
line 152list($site, $settings, $site_id, $data) = Event :: trigger(__CLASS__,__FUNCTION__, $site, $settings, $site_id, $data);