mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Update report
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
use Alchemy\Phrasea\Application;
|
||||
|
||||
/**
|
||||
*
|
||||
* @package module_report
|
||||
@@ -18,9 +20,9 @@
|
||||
class module_report_sqlquestion extends module_report_sql implements module_report_sqlReportInterface
|
||||
{
|
||||
|
||||
public function __construct(module_report $report)
|
||||
public function __construct(Application $app, module_report $report)
|
||||
{
|
||||
parent::__construct($report);
|
||||
parent::__construct($app, $report);
|
||||
}
|
||||
|
||||
public function buildSql()
|
||||
|
Reference in New Issue
Block a user