Missing dollar sign.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1576 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-08-30 08:16:55 +00:00
parent 2d78e31a7d
commit 22b8041c7a
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ die();
$moved = copy($img1, $pathtofile); $moved = copy($img1, $pathtofile);
} }
// Still couldn't get it. Give up. // Still couldn't get it. Give up.
if (!moved) { if (!$moved) {
die(sprintf(__("Couldn't upload your file to %s."), $pathtofile)); die(sprintf(__("Couldn't upload your file to %s."), $pathtofile));
} else { } else {
chmod($pathtofile, 0666); chmod($pathtofile, 0666);