vBulletin 3.8.2
AddOn 2.3
In AdminCP we have a quicklink "Login as User". It is from a hook "useradmin_edit_start" in admincp/user.cp. There ist a array $quicklinks.
But the same hook is in modcp/user.cp but there ist no array $quicklinks, So i got en error in ModCP/user search/show profil.
I have removed the hook on line 348
($hook = vBulletinHook::fetch_hook('useradmin_edit_start')) ? eval($hook) : false;
|