From 7fbcb6a7844fb27a20eba774d6fe0f352c6ae49a Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Wed, 9 Apr 2008 07:36:38 -0400 Subject: [PATCH] Bugfix: Correcting misspelled variable Signed-off-by: Joshua Ferraro --- tools/picture-upload.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/picture-upload.pl b/tools/picture-upload.pl index 505df6d7ce..d96149209e 100755 --- a/tools/picture-upload.pl +++ b/tools/picture-upload.pl @@ -116,7 +116,7 @@ if ( ($op eq 'Upload') && $uploadfile ) { # Case is important in these ope } $total = scalar @directories; } else { #if ($filetype eq 'zip' ) - $result = handle_dir( $dirname, $filesuffix ); + $results = handle_dir( $dirname, $filesuffix ); $handled = 1; $total = 1; } -- 2.39.2