fixed the nasty logout bug
This commit is contained in:
parent
cfe20cfce6
commit
0e34bdfc1d
4 changed files with 5 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue