зеркало из https://github.com/mozilla/pjs.git
Fix Bustage in inc_approval.php, Bug 274999
This commit is contained in:
Родитель
e13aba19a2
Коммит
f2998680dd
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче