Update report

This commit is contained in:
Romain Neutron
2012-09-21 14:53:51 +02:00
parent 06b4e6bc6f
commit 07a8748f8d
19 changed files with 233 additions and 201 deletions

View File

@@ -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()