Use do in case this has already been require'd elsewhere

This commit is contained in:
Jamie Cameron
2009-03-18 05:17:42 +00:00
parent 391938bbbe
commit 56ce683081

View File

@ -30,8 +30,8 @@ push(@EXPORT, qw($config_directory $var_directory $remote_error_handler %month_t
push(@EXPORT, qw(&theme_post_save_domain &theme_post_save_domains &theme_post_save_server &theme_select_server &theme_select_domain &theme_post_save_folder &theme_post_change_modules &theme_address_button &theme_virtualmin_ui_rating_selector &theme_virtualmin_ui_show_cron_time &theme_virtualmin_ui_parse_cron_time &theme_virtualmin_ui_html_editor_bodytags &theme_virtualmin_ui_show_html_editor));
$called_from_webmin_core = 1;
require "web-lib.pl";
require "ui-lib.pl";
do "web-lib.pl";
do "ui-lib.pl";
1;