forked from GNUsocial/gnu-social
Avoid use of assignments bare inside statements
Either use them in a subroutine call or put parentheses around the assignment.
This commit is contained in:
Either use them in a subroutine call or put parentheses around the assignment.