diff --git a/sources/application/WebPage/DownloadPage.php b/sources/application/WebPage/DownloadPage.php index 43db2a62a..58a08f289 100644 --- a/sources/application/WebPage/DownloadPage.php +++ b/sources/application/WebPage/DownloadPage.php @@ -24,7 +24,7 @@ class DownloadPage extends AjaxPage */ public function add($sContent) { - $this->sContent = $sContent; + $this->sContent .= $sContent; } /**