Fix not to load theme library as must be loaded already

This commit is contained in:
Ilia Rostovtsev
2021-09-28 16:08:35 +03:00
parent 2ee92e8a54
commit 6566bd9c48

View File

@@ -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(@_);
}