- πΊπ¦Ukraine AstonVictor
I'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks
This module overwrite user_edit_access() by using hook_menu_alter() to make sure that the user profile for user 1 is not available to any other user. This calls userone_edit_access() instead which itself calls user_edit_access() again which is totally ignoring other hooks that probably had overwritten that callback before.
Userone should remember if that callback had been overwritten before userone overwrites it and then call that one instead of the default one if needed.
I will provide a patch in a minute.
Closed: outdated
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks