aboutsummaryrefslogtreecommitdiff
path: root/command/download.php
diff options
context:
space:
mode:
Diffstat (limited to 'command/download.php')
-rw-r--r--command/download.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/command/download.php b/command/download.php
index c9fc5cd..4018a9a 100644
--- a/command/download.php
+++ b/command/download.php
@@ -119,13 +119,14 @@ function download($what, $conference, $url, $cache)
if(!do_download($url, $cache))
{
stderr(
- '!! download %s for conference %s from %s to %s failed miserably !!',
+ ' !! download %s for conference %s from %s to %s failed miserably !!',
$what,
$conference->getSlug(),
$url,
$cache
);
}
+ return true;
}
function do_download($url, $cache)