[vhffs-dev] [2197] Added missing closing parenthesis. |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 2197
Author: guillaumito
Date: 2012-06-22 22:15:25 +0200 (Fri, 22 Jun 2012)
Log Message:
-----------
Added missing closing parenthesis.
Modified Paths:
--------------
trunk/vhffs-api/src/Vhffs/Services/Web.pm
Modified: trunk/vhffs-api/src/Vhffs/Services/Web.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Services/Web.pm 2012-06-21 22:49:10 UTC (rev 2196)
+++ trunk/vhffs-api/src/Vhffs/Services/Web.pm 2012-06-22 20:15:25 UTC (rev 2197)
@@ -87,7 +87,7 @@
my $webconf = $vhffs->get_config->get_service('web');
my $web;
- if( open(my $badwebareas, '<', $webconf->{'bad_webarea_file'} ) {
+ if( open(my $badwebareas, '<', $webconf->{'bad_webarea_file'} )) {
while( <$badwebareas> ) {
chomp;
if ( $servername =~ /(?:^|\.)$_$/ ) {