In function decisions_eligible(), there was a potential problem when the $uid arg was set to null (default). The problem was that there was a isset($uid) check instead of a is_null($uid) check. This patch fixes it. It would pbly be nice to apply it in 4.7 code.

Comments

anarcat’s picture

Status: Needs review » Fixed

patch applied, thanks

Anonymous’s picture

Status: Fixed » Closed (fixed)