Fix: Harmonize DIR/TMP in uvvote.pl.
There was a bug introduced in 4.0.9 by changing TMP to DIR just in one place. Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
		
							parent
							
								
									45110d89e2
								
							
						
					
					
						commit
						ccfa122651
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -122,9 +122,9 @@ if ($clean) {
 | 
			
		|||
  # normally unixtime is sufficient, if it is not unique append our PID
 | 
			
		||||
  my $ext = time;
 | 
			
		||||
 | 
			
		||||
  opendir (TMP, $config{tmpdir});
 | 
			
		||||
  opendir (DIR, $config{tmpdir});
 | 
			
		||||
  my @tmpfiles = readdir (DIR);
 | 
			
		||||
  closedir (TMP);
 | 
			
		||||
  closedir (DIR);
 | 
			
		||||
  opendir (FERTIG, $config{archivedir});
 | 
			
		||||
  my @fertigfiles = readdir (FERTIG);
 | 
			
		||||
  closedir (FERTIG);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue