Closed (fixed)
Project:
Ubercart Affiliate v2
Version:
6.x-2.0
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
22 May 2009 at 22:18 UTC
Updated:
3 May 2022 at 04:34 UTC
Jump to comment: Most recent
Comments
Comment #1
bojanz commentedHowever, your solution breaks the ability for admin or someone with similar permissions to view other people's dashboards.
The correct way to do this is to modify _menu() to provide the $user object to all functions that require it (such as the dashboard) and then use $user->uid.
Fixed in CVS.
Comment #2
Anonymous (not verified) commentedThanks for pointing that out, glad to hear it is fixed in CVS