Small bug in admin/libraries/module.functions.php showing incorrect error message freePBX 2.10

admin/libraries/module.functions.php line 748 and 870;

return array(sprintf(_(‘Could not remove %s to install new version’), $amp_conf[‘AMPWEBROOT’].’/admin/modules/_cache/’.$modulenam));

Should be;

return array(sprintf(_(‘Could not remove %s to install new version’), $amp_conf[‘AMPWEBROOT’].’/admin/modules/_cache/’.$modulename));

The variable name $modulename is missing the “e” from the end!

Sorry no idea what you meant by that but did (eventually) find bug reporting.

thanks,

these are best filed as a bug so they don’t get missed.

Sorry, couldn’t see where to file a bug.
Might have just been too stupid to find it.
Where is it? Thanks

Look to your right , v2 development, Report Bug/Feature is a clickable link.