From 8733249a8062b4613f3d7b36a7da1db5c852fb8c Mon Sep 17 00:00:00 2001 From: Shish Date: Tue, 2 Feb 2010 01:54:47 +0000 Subject: [PATCH] no ha --- ext/handle_pixel/main.php | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/handle_pixel/main.php b/ext/handle_pixel/main.php index 571d9c02..53a18988 100644 --- a/ext/handle_pixel/main.php +++ b/ext/handle_pixel/main.php @@ -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;