CMS MADE SIMPLE FORGE

CGContentUtils

 

[#11121] Dropdown values overwrite labels in _clean_options() in CGContentUtils.module.php

avatar
Created By: Matthijs de Bruin (mldebee)
Date Submitted: Mon Aug 15 16:27:53 -0400 2016

Assigned To: Robert Campbell (calguy1000)
Version: 2.1.4
CMSMS Version: None
Severity: Minor
Resolution: Fixed
State: Open
Summary:
Dropdown values overwrite labels in _clean_options() in CGContentUtils.module.php
Detailed Description:
No need for extra info I guess, line 416 reads:

$lbl = cms_htmlentities($val);

should be:

$lbl = cms_htmlentities($lbl);


History

Comments
avatar
Date: 2016-08-15 16:32
Posted By: Matthijs de Bruin (mldebee)

(I remember reading somewhere there's a special folder you can create where you
can put edited versions of module files that override the ones in
modules/{module name} folder. I wanted to use that feature to test (and apply)
this fix, but couldn't find the info anywhere...)
      
avatar
Date: 2016-08-16 10:02
Posted By: Robert Campbell (calguy1000)

fixed in svn, thanks
      
Updates

Updated: 2016-08-16 10:02
resolution_id: 5 => 7

Updated: 2016-08-15 16:28
resolution_id: => 5
assigned_to_id: 100 => 106