There's an erroneous comparison in l10n_update.inc, see attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| l10n_update.inc_.patch | 391 bytes | mkesper |
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.