Missing dollar sign.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1576 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2d78e31a7d
commit
22b8041c7a
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue