Logged in as User 1. When visiting user/1 or other pages
(e.g.: acidfree/per-user-albums) the following php error is logged.
Please note that I do not notice any functional problems, just repeated logs.
Also, I do not see any error log when accessing same pages as regular user.

Invalid argument supplied for foreach() in .../accounttypes.module on line 1214.

Comments

rconstantine’s picture

Status: Active » Fixed

On line 1192 add this line:
$new_initial_rids = array();

Will be in the next dev release when I get around to it.

skizzo’s picture

applied and tested ok.
thank you.

Anonymous’s picture

Status: Fixed » Closed (fixed)