Call to undefined count_array() in pdf_report.inc. Fixed.
[fa-stable.git] / reporting / includes / pdf_report.inc
index a0a78be95b0784c49531c477a4603374c4164fb9..97cb599f8a66c56d621d8359e269aeade5646b75 100644 (file)
@@ -24,6 +24,7 @@ include_once($path_to_root . "/reporting/includes/reporting.inc");
 include_once($path_to_root . "/admin/db/company_db.inc");
 include_once($path_to_root . "/admin/db/fiscalyears_db.inc");
 include_once($path_to_root . "/admin/db/printers_db.inc");
+include_once($path_to_root . "/includes/ui/ui_globals.inc");
 include_once($path_to_root . "/config.php");
 
 class FrontReport extends Cpdf