From f5f48d8a0b274c9d2f4a5da1baf4be062b740069 Mon Sep 17 00:00:00 2001 From: YaoiFox Date: Wed, 7 May 2014 05:38:12 +0200 Subject: [PATCH] Update main.php --- ext/cron_uploader/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/cron_uploader/main.php b/ext/cron_uploader/main.php index fef72f92..0cdfd9f3 100644 --- a/ext/cron_uploader/main.php +++ b/ext/cron_uploader/main.php @@ -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\"."); } /**