Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
user.module
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Feb 2016 at 13:46 UTC
Updated:
17 Jul 2016 at 17:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
catchHere's a patch.
Comment #3
dawehnerIt is IMHO a really obscure hook_menu() feature so its better to not rely on it where possible.
This breaks at least the
admin_viewsmodule.Comment #4
catchNote there's a stackexchange support request for this from 2012, http://drupal.stackexchange.com/questions/22922/custom-admin-people-view...
Comment #5
catchComment #7
catchComment #8
plachNow for reals
Comment #9
dawehnerRetested, to ensure that we don't accidentally have some issue on PHP 5.5
Comment #10
fabianx commentedThanks all, marked for commit.
Comment #11
David_Rothstein commentedCommitted to 7.x - thanks!
I made a small change on commit to move the new "page callback" element to a more logical place in the array (directly above the existing "page arguments" element).