fix group editing adding numbers
This commit is contained in:
parent
5167b279f5
commit
bcaf1243b0
3 changed files with 23 additions and 16 deletions
|
|
@ -70,6 +70,8 @@ foreach my $package (@modules) {
|
|||
next if (WebGUI::Utility::isIn($package,@excludes));
|
||||
my $use = "use ".$package." ()";
|
||||
eval($use);
|
||||
print $@
|
||||
if $@;
|
||||
}
|
||||
|
||||
use Apache2::ServerUtil ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue