Fix Bustage in inc_approval.php, Bug 274999

This commit is contained in:
psychoticwolf%carolina.rr.com 2004-12-17 06:50:35 +00:00
Родитель e13aba19a2
Коммит f2998680dd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -43,7 +43,7 @@ if ($action=="approve") {
if (!file_exists($dirpath)) {
mkdir($dirpath,0755);
}
if (!file_exists("$destination") {
if (!file_exists("$destination")) {
//No File Exists, its safe to rename.
if (rename("$filename", "$destination")) {
//Rename Successfull