mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Fix not to load theme library as must be loaded already
This commit is contained in:
@@ -11652,7 +11652,6 @@ Returns ready to use webprefix
|
||||
=cut
|
||||
sub get_webprefix
|
||||
{
|
||||
&load_theme_library();
|
||||
if (defined(&theme_get_webprefix)) {
|
||||
return &theme_get_webprefix(@_);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user