Skip to content

Commit

Permalink
#IP-1240 Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxwin committed Jan 27, 2015
1 parent 7dccdf2 commit 65af282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -70,6 +70,7 @@ TICKETS
Fixed #IP-1235: Cosmetics - Reseller overview - Exception in domain status breaks the layout
Fixed #IP-1238: Question mark information box not functioning when switching page
Fixed #IP-1239: SSL Certificate - Usage of CA certificates as provided by OS for validation
Fixed #IP-1240: Statistics wrong (too high) - only admin values
Fixed #IP-1241: Allow customers to generate self-signed SSL certificate for their domains through the frontEnd

------------------------------------------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion engine/traffic/imscp-srv-traff
Expand Up @@ -109,7 +109,7 @@ sub run
my $rs = execute("$cmdIptables -Z $_", \$stdout, \$stderr);
debug($stdout) if $stdout;
error($stderr) if $stderr && $rs;
return $rs;
return $rs if $rs;
}
}

Expand Down

0 comments on commit 65af282

Please sign in to comment.