Ticket #336: ticket336.patch
| File ticket336.patch, 315 bytes (added by alexleeds, 5 months ago) |
|---|
-
classes/fFilesystem.php
old new 178 178 ); 179 179 } 180 180 181 if ( $matches[2] == '') {181 if (empty($matches[2])) { 182 182 $matches[2] = 'b'; 183 183 } 184 184
