Saved searches error even in 3.6.3rc2

Hi,

In testing 3.6.2, I noticed the saved searches error on the At A Glance
page, and upgrading to 3.6.3rc2 certainly seemed to fix this, but now I am
getting an error on the /Search/Build.html page in the Saved Searches
Element.

error: Can’t locate object method “new” via package
"RT::SavedSearches" (perhaps you forgot to load “RT::SavedSearches”?) at
/usr/local/rt/share/html/Search/Elements/EditSearches line 84.
context:

80: Object=> $RT::System )) {
81: return;
82: }
83:
84: my @Objects =
RT::SavedSearches->new($session{CurrentUser})->_PrivacyObjects;
85: push @Objects, RT::System->new($session{‘CurrentUser’})
86: if $session{‘CurrentUser’}->HasRight( Object=> $RT::System,
87: Right => ‘SuperUser’);
88:

code stack: /usr/local/rt/share/html/Search/Elements/EditSearches:84
/usr/local/rt/share/html/Search/Build.html:100
/usr/local/rt/share/html/autohandler:292

This goes away when I roll back to 3.6.1 and I have tried 3.6.3rc2 without
/local customizations and it still occurs.

I do have RTx-Shredder and RT-OnlineDocs installed, but they don’t seem to
have overlays for EditSearches

Thanks,
Erik