1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 13:17:24 +02:00

Bugtracker #4299 - didn't delete original of resized file

This commit is contained in:
e107steved
2008-01-18 21:08:06 +00:00
parent f31841d7b4
commit 855e2c58b8

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_post.php,v $ | $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_post.php,v $
| $Revision: 1.15 $ | $Revision: 1.16 $
| $Date: 2007-12-19 20:12:46 $ | $Date: 2008-01-18 21:07:47 $
| $Author: e107steved $ | $Author: e107steved $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -618,7 +618,7 @@ function process_upload()
} }
else else
{ {
@unlink($fpath.$orig_file); @unlink(e_FILE.'public/'.$orig_file);
//show resized //show resized
$parms = image_getsize(e_FILE.'public/'.$new_file); $parms = image_getsize(e_FILE.'public/'.$new_file);
$_POST['post'] .= "[br][img{$parms}]".$fpath.$new_file."[/img][br]"; $_POST['post'] .= "[br][img{$parms}]".$fpath.$new_file."[/img][br]";