fixed the nasty logout bug

This commit is contained in:
JT Smith 2005-08-16 13:37:11 +00:00
parent cfe20cfce6
commit 0e34bdfc1d
4 changed files with 5 additions and 4 deletions

View file

@ -161,7 +161,7 @@ sub getNamespaceSize {
my $self = shift;
my $expiresModifier = shift || 0;
my $path = shift || $self->getNamespaceRoot;
my $filesRemaining = '0';
my $filesRemaining = 0;
if (opendir(DIR,$path)) {
my @files = readdir(DIR);
foreach my $file (@files) {