From 21de871aff0392803dd98ab8a895fabac35f4219 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 21 Mar 2006 19:23:34 +0000 Subject: - a bunch of bugfixes. :P git-svn-id: file:///svn/phpbb/trunk@5678 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_upload.php | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/includes/functions_upload.php') diff --git a/phpBB/includes/functions_upload.php b/phpBB/includes/functions_upload.php index a53d31e2b4..2b4e680e54 100644 --- a/phpBB/includes/functions_upload.php +++ b/phpBB/includes/functions_upload.php @@ -578,7 +578,6 @@ class fileupload $file = new fileerror($user->lang[$this->error_prefix . 'EMPTY_REMOTE_DATA']); return $file; } - unset($url_ary); $tmp_path = (!@ini_get('safe_mode')) ? false : $phpbb_root_path . 'cache'; $filename = tempnam($tmp_path, unique_id() . '-'); -- cgit v1.2.1