xf_phantom
Well-known member
Method XenResource_ModerationQueueHandler_Update::getVisibleModerationQueueEntriesForUser
The second foreach (line 26) is using $updates AS $updates instead of $updates AS $update
It won't throw an error because $update is defined while the first foreach
The second foreach (line 26) is using $updates AS $updates instead of $updates AS $update
It won't throw an error because $update is defined while the first foreach
Rich (BB code):
foreach ($updates AS $updates)
{
if (!isset($resources[$update['resource_id']]))
{
continue;
}