From 7aba67af117fcea59e73d41855d07740fced35c0 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Tue, 23 Feb 2010 07:54:02 +0000 Subject: [PATCH] forgot to add $path to the $file_url --- lib/classes/aps/class.ApsUpdater.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/classes/aps/class.ApsUpdater.php b/lib/classes/aps/class.ApsUpdater.php index 4bf7665b..7ca93411 100644 --- a/lib/classes/aps/class.ApsUpdater.php +++ b/lib/classes/aps/class.ApsUpdater.php @@ -204,7 +204,7 @@ class ApsUpdater extends ApsParser $path = dirname($Url); $file = urlencode(basename($Url)); - $file_url = 'http://' . $this->RequestDomain . $file . '.aps' . $Downloads[0]; + $file_url = 'http://' . $this->RequestDomain . $path . '/' . $file . '.aps' . $Downloads[0]; //get content from website url $this->_cronlog->logAction(CRON_ACTION, LOG_NOTICE, "Downloading '" . $file_url . "'");