mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Fixed problems with reports. Tiquet: #3682
This commit is contained in:
parent
46158fedfc
commit
1c53126a4c
@ -515,7 +515,7 @@ function reports_get_report_types ($template = false, $not_editor = false) {
|
|||||||
'name' => __('SQL horizonal bar graph'));
|
'name' => __('SQL horizonal bar graph'));
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($template) {
|
if ($template && !defined('METACONSOLE') ) {
|
||||||
$types['automatic_graph'] = array('optgroup' => __('Graphs'),
|
$types['automatic_graph'] = array('optgroup' => __('Graphs'),
|
||||||
'name' => __('Automatic combined Graph'));
|
'name' => __('Automatic combined Graph'));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user