Tiny bug in version 1.1 and 1.1.2

A place to discuss the testing process in beta cycles or against SVN for the CMS Made Simple CORE package.
Locked
jordanlev

Tiny bug in version 1.1 and 1.1.2

Post by jordanlev »

When calling the $this->CreateInputSelectList() function from a module, a warning is displayed: "Notice: Undefined variable: value in .../lib/classes/module_support/modform.inc.php on line 323".

The line "$value = cms_htmlentities($value);" needs to be removed from the modform.inc.php file in CMSROOT/lib/classes/module_support/ -- this is line 323 in version 1.1.2, or line 324 in version 1.1 -- because there is no $value parameter passed to the function.

   -Jordan Lev
    Portland, Oregon, USA
Pierre M.

Re: Tiny bug in version 1.1 and 1.1.2

Post by Pierre M. »

Hello,

Do you think the same about 1.1.3.1 ?

Pierre M.
jordanlev

Re: Tiny bug in version 1.1 and 1.1.2

Post by jordanlev »

I didn't even realize there was a 1.1.3! I just checked that code and yes, this bug is in there too.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Tiny bug in version 1.1 and 1.1.2

Post by calguy1000 »

Fixed in svn.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Pierre M.

Re: Tiny bug in version 1.1 and 1.1.2

Post by Pierre M. »

Thank you.

Pierre
Lineapixel
Forum Members
Forum Members
Posts: 62
Joined: Mon Oct 30, 2006 2:21 pm

Re: Tiny bug in version 1.1 and 1.1.2

Post by Lineapixel »

Same problem/solution in version 1.1.4.1
Locked

Return to “[locked] Quality Assurance”