There's an erroneous comparison in l10n_update.inc, see attached patch.

CommentFileSizeAuthor
l10n_update.inc_.patch391 bytesmkesper

Comments

JvE’s picture

Status: Active » Closed (works as designed)

It'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.