Skip to content
Snippets Groups Projects
Commit 1757c9d4 authored by Raphaël Doursenaud's avatar Raphaël Doursenaud
Browse files

Qual: Missing global declaration

parent 0a08f3c6
No related branches found
No related tags found
No related merge requests found
...@@ -80,6 +80,8 @@ class ExportExcel2007 extends ExportExcel ...@@ -80,6 +80,8 @@ class ExportExcel2007 extends ExportExcel
*/ */
function close_file() function close_file()
{ {
global $conf;
if (! empty($conf->global->MAIN_USE_PHP_WRITEEXCEL)) if (! empty($conf->global->MAIN_USE_PHP_WRITEEXCEL))
{ {
$this->workbook->close(); $this->workbook->close();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment