Usermin 1.834 Breaks Grey Framed Theme?

SYSTEM INFORMATION

RHEL 7
Webmin version 1.974
Usermin 1.834

Why does Usermin break the grey framed theme when upgrading to 1.834?

Undefined subroutine &WebminCore::get_webprefix called at /usr/libexec/usermin-1.834/gray-theme/theme.pl line 247. Line 247 follows…

print "<link rel='stylesheet' type='text/css' href='@{[&get_webprefix()]}/unauthenticated/gray-reset-fonts-grids-base.css'>\n";

Fyi the webmin file on line 247 looks different:

print "<link rel='stylesheet' type='text/css' href='$gconfig{'webprefix'}/unauthenticated/gray-reset-fonts-grids-base.css'>\n";

Hi,

Please install latest Webmin 1.984, and in case of Usermin, have it restarted manually.

Thanks. That took care of the issue.