Ticket #336: ticket336.patch

File ticket336.patch, 315 bytes (added by alexleeds, 5 months ago)
  • classes/fFilesystem.php

    old new  
    178178            ); 
    179179        } 
    180180         
    181         if ($matches[2] == '') { 
     181        if (empty($matches[2])) { 
    182182            $matches[2] = 'b'; 
    183183        } 
    184184