Forums
(@peterjem)
2 years, 2 months ago
@serpentdriver Thanks, but i would like to do this programmatically using PHP.
4 years, 4 months ago
Re-indexing the array did the trick
$pages = array_values($diff);
4 years, 6 months ago
Basically what i am trying to accomplish is to create a page where a user can find to which all restricted content he do have access.
Thanks
4 years, 8 months ago
Thanks a lot, it worked.
Cheers.