Missing dollar sign.

git-svn-id: https://develop.svn.wordpress.org/trunk@1576 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-08-30 08:16:55 +00:00
parent 6e1c571490
commit 62341a5faf
1 changed files with 1 additions and 1 deletions

View File

@ -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);