missing open paren, bugfix 1059353
This commit is contained in:
parent
a7c1ff357d
commit
c2e925f655
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ use CGI::Carp qw(fatalsToBrowser);
|
||||||
use strict;
|
use strict;
|
||||||
use WebGUI;
|
use WebGUI;
|
||||||
use CGI::Fast;
|
use CGI::Fast;
|
||||||
while my $fcgi = new CGI::Fast) {
|
while (my $fcgi = new CGI::Fast) {
|
||||||
print WebGUI::page($webguiRoot,$configFile,"","",$fcgi);
|
print WebGUI::page($webguiRoot,$configFile,"","",$fcgi);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue