Forums
Home / Plugin: Frontend Admin by DynamiApps / Fix for Admin Image Error
(@polarracing)
1 year, 3 months ago
You can fix the anoying error messsage for missing images simply by changing line 193 in your plugin.php file from:
$image_path = FEA_URL . 'assets/icon.png';
into
And voila: Error messages are gone.
(@shabti)
Thanks, we will