Closed (works as designed)
Project:
Localization update
Version:
7.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 May 2013 at 09:00 UTC
Updated:
27 Aug 2013 at 09:50 UTC
There's an erroneous comparison in l10n_update.inc, see attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| l10n_update.inc_.patch | 391 bytes | mkesper |
Comments
Comment #1
JvE commentedIt's not a comparison but an assignment (whose result is then compare to TRUE).
While I agree that doing assignments in comparisons is ugly code, it is not a bug and works fine.