40rc1 mobile interface error

Anyone else getting the following error when trying to access the mobile interface?

error: Can’t locate object method “ObjectsForLoading” via package “RT::SavedSearches” at /opt/rt4/share/html/m/_elements/menu line 92.
context:

88:
89: if ( $session{‘CurrentUser’}->HasRight( Right => ‘LoadSavedSearch’, Object => $RT::System))
90: {
91:
92: my @Objects = RT::SavedSearches->new( $session{CurrentUser} )->ObjectsForLoading;
93: push @Objects, RT::System->new( $session{‘CurrentUser’} )
94: if $session{‘CurrentUser’}->HasRight(
95: Object => $RT::System,
96: Right => ‘SuperUser’

code stack: /opt/rt4/share/html/m/_elements/menu:92
/opt/rt4/share/html/m/index.html:49
/opt/rt4/share/html/m/_elements/wrapper:59
/opt/rt4/share/html/m/index.html:51
/opt/rt4/sbin/…/lib/RT/Interface/Web.pm:488
/opt/rt4/sbin/…/lib/RT/Interface/Web.pm:268
/opt/rt4/share/html/autohandler:53

Jeff Stark
Sr Saas Engineer
Moxie Software
(919)622-0418
jstark@moxiesoft.commailto:jstark@moxiesoft.com
Www.Moxiesoft.comhttp://www.moxiesoft.com/
CONNECT PEOPLE. SHARE KNOWLEDGE. DELIVER RESULTS.

Anyone else getting the following error when trying to access the mobile
interface?

error: Can’t locate object method “ObjectsForLoading” via package
“RT::SavedSearches” at /opt/rt4/share/html/m/_elements/menu line 92.

This was fixed shortly after the release of RC1 and will show up in RC2.

Thomas