User tests: Successful: Unsuccessful:
Changed line 65 from :
if ($options['remember'] = true) to
if ($options['remember'] == true)
The comparison had syntax error and seems to turn into "remember" always whoever logged.
based on tracker issue #33735
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-05-16 08:00:31 |
The other PR against staging is good. We don't need a separate one against 3.4-dev. We will merge staging into 3.4-dev from time to time.