jrCore_list results change when power user is logged in
Using Jamroom
I have the following jrCore_list call in a skin profile_index template.
{jrCore_list module="jrProfile" search1="_user_id = {$_user_id}" search2="_profile_id != {$_profile_id}" pagebreak="20" pager="true" require_image="profile_image"}
But when the power user is logged in their main profile shows in the list.
It doesn't show for other logged in users or the admin.
It doesn't show for not logged in visitors.
$_user_id and $_profile_id are always correct logged in or out, but the results change when the power user is logged in.
updated by @ultrajam: 04/14/18 07:39:29PM