fixed minor error
This commit is contained in:
parent
dc56e0712c
commit
62d2b509ad
|
@ -60,7 +60,7 @@ $buttons['visual_console_template_wizard'] = array(
|
|||
|
||||
if (!defined('METACONSOLE')) {
|
||||
ui_print_page_header(
|
||||
__('Reporting') .' » ' . __('Visual Console'),
|
||||
__('Visual Console') .' » ' . __('Wizard'),
|
||||
"images/op_reporting.png",
|
||||
false,
|
||||
"map_builder",
|
||||
|
@ -69,7 +69,6 @@ if (!defined('METACONSOLE')) {
|
|||
);
|
||||
}
|
||||
|
||||
|
||||
$templates = reporting_enterprise_get_template_reports(array ('order' => 'id_group, name'), array('id_report', 'name'), true);
|
||||
|
||||
$template_select = array();
|
||||
|
|
Loading…
Reference in New Issue