mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
DownloadPage: Fix ->add() method replacing all existing content instead of appending
This commit is contained in:
@@ -24,7 +24,7 @@ class DownloadPage extends AjaxPage
|
||||
*/
|
||||
public function add($sContent)
|
||||
{
|
||||
$this->sContent = $sContent;
|
||||
$this->sContent .= $sContent;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user