ColdTrick / profile_manager

Manage profile fields for users and groups in Elgg
https://elgg.org/plugins/385114
30 stars 32 forks source link

Check ignore access when checking for admin only fields #90

Closed Wouter0100 closed 8 years ago

Wouter0100 commented 8 years ago

This fixes some issues for plugins when they're using set_ignore_access to get all metadata. Now only the normal user data was set (not the admin_only) since ignore_access isn't being checked.

jdalsem commented 8 years ago

Thanks!