Removed useless unlink()

Added missing delete for old data when converting & missing vars
Added missing language variables to English language files
This commit is contained in:
Marc Alexander
2011-05-10 22:15:47 +02:00
parent 8c0f6c1bfc
commit 8946ead961
4 changed files with 14 additions and 3 deletions

View File

@@ -300,7 +300,6 @@ class portal_upload
}
rename($to, $to . '.bak');
phpbb_chmod($to, CHMOD_ALL);
unlink($to);
}
if (!@copy($from, $to))