So yea, this doesn't work on the latest vB lol (3.6.7 PL1)
I believe the addition of Dismissed News to the admin permissions screwed it up, I get this error if I try to edit any admin permission (or even if I don't)
Fatal error: Field dismissednews is not defined in $validfields in class vb_datamanager_admin in /includes/class_dm.php on line 485
Looks like an array is being populated with all the admin permission fields, but our addition bumps the last one (dismissednews) out of the array.
|