Beta and pirep feilds

When I click on Pirep Feilds under Pilot Reports, I get:

Fatal error: Call to undefined method Settings::renderTemplate() in /home/vdefense/public_html/ultrair-virtual.org/admin/modules/Settings/Settings.php on line 272

and also for anyone using a skin or template that was made for the older system, update your custom core_navigation.tpl otherwise this newer re-write of the code with mess things up.

If you can put a bug into that at bugs.phpvms.net thanks

And, what did you have to change in the core_navigation?

If you can put a bug into that at bugs.phpvms.net thanks

And, what did you have to change in the core_navigation?

Had to change this line:

if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN))

to

if(Auth::UserInGroup('Administrators'))
if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN))

That should be the proper line. I will check