mirror of
git://develop.git.wordpress.org/
synced 2025-02-06 07:28:49 +01:00
Missing dollar sign.
git-svn-id: https://develop.svn.wordpress.org/trunk@1576 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6e1c571490
commit
62341a5faf
@ -171,7 +171,7 @@ die();
|
||||
$moved = copy($img1, $pathtofile);
|
||||
}
|
||||
// Still couldn't get it. Give up.
|
||||
if (!moved) {
|
||||
if (!$moved) {
|
||||
die(sprintf(__("Couldn't upload your file to %s."), $pathtofile));
|
||||
} else {
|
||||
chmod($pathtofile, 0666);
|
||||
|
Loading…
x
Reference in New Issue
Block a user