N°3785 - Use DownloadPage to download documents

This commit is contained in:
Eric
2021-03-04 17:15:25 +01:00
parent e3b7914759
commit e397cee40d

View File

@@ -10,11 +10,6 @@ class DownloadPage extends AjaxPage
/**@var string */
protected $sContent;
public function __construct($s_title)
{
parent::__construct($s_title);
}
/**
* @param string $sContent
*