move warehouse directory creation into a single place

This commit is contained in:
Shish
2010-04-23 05:46:07 +01:00
parent ee292c2a25
commit 2c1fa2fd7f
6 changed files with 4 additions and 7 deletions

View File

@@ -48,7 +48,6 @@ class PixelFileHandler extends DataHandlerExtension {
$ok = false;
mkdir(dirname($outname), 0755, true);
switch($config->get_string("thumb_engine")) {
default:
case 'gd':