Update main.php

This commit is contained in:
YaoiFox 2014-05-07 05:38:12 +02:00
parent 5f0642f349
commit f5f48d8a0b

View File

@ -300,7 +300,7 @@ class CronUploader extends Extension {
// move file to correct dir
rename($path, $newDir.$filename);
$this->add_upload_info($info . "Image \"$filename\" moved from queue to \"$$newDir\".");
$this->add_upload_info($info . "Image \"$filename\" moved from queue to \"$newDir\".");
}
/**