This commit is contained in:
Shish 2010-02-02 01:54:47 +00:00
parent b34dc57f9e
commit 8733249a80

View file

@ -42,7 +42,6 @@ class PixelFileHandler extends DataHandlerExtension {
}
protected function create_thumb($hash) {
$ha = substr($hash, 0, 2);
$inname = warehouse_path("images", $hash);
$outname = warehouse_path("thumbs", $hash);
global $config;