Ticket #5876 (closed Bugs: fixed)

Opened 1 year ago

Last modified 11 months ago

Bug in module.functions.php showing incorrect error message

Reported by: richardcwgate Assigned to:
Priority: minor Milestone: 2.11
Component: Core - Module Admin Version: 2.10-branch
Keywords: Cc:
Confirmation: Unreviewed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

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

return array(sprintf(_('Could not remove %s to install new version'), $amp_confAMPWEBROOT?.'/admin/modules/_cache/'.$modulenam));

Should be;

return array(sprintf(_('Could not remove %s to install new version'), $amp_confAMPWEBROOT?.'/admin/modules/_cache/'.$modulename));

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

Change History

07/09/12 20:41:32 changed by p_lindheimer

  • status changed from new to closed.
  • resolution set to fixed.

fixed the other day, don't recall the change set.