Fix Bustage in inc_approval.php, Bug 274999
git-svn-id: svn://10.0.0.236/trunk@166805 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user