remove unused var

This commit is contained in:
Shish 2015-06-01 10:50:26 +01:00
parent 2aea79ac35
commit 21d96db771

View File

@ -384,7 +384,6 @@ class ImageIO extends Extension {
*/ */
private function send_file($image_id, $type) { private function send_file($image_id, $type) {
global $config; global $config;
global $database;
$image = Image::by_id($image_id); $image = Image::by_id($image_id);
global $page; global $page;