Assignment in [if] condition in expRouter.php
Reported by Sergey | July 22nd, 2011 @ 08:08 AM
expRouter.php line 625
$s = explode("=",$set);
if($s[0]= "ectid") // seems here should be == instead of =
{
$this->ectid = $s[1];
}
Comments and changes to this ticket
-
expNinja July 25th, 2011 @ 02:18 AM
- State changed from new to resolved
(from [a7f95062cb865d0e070d045068b65b990ca951f5]) Fixes bad logic in if statement which used assignment operator = instead of comparison == [#249 state:resolved] https://github.com/exponentcms/exponent-cms/commit/a7f95062cb865d0e...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS