Automatic combined Graphs is displayed on meta TICKETS #3461

This commit is contained in:
fermin831 2016-05-05 17:23:08 +02:00
parent 36eed630b7
commit c8e7c3019d
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ function reports_get_report_types ($template = false, $not_editor = false) {
'name' => __('SQL horizonal bar graph'));
}
if ($template && (!defined('METACONSOLE') or $config['experimental_v_word'] == 1)) {
if ($template) {
$types['automatic_graph'] = array('optgroup' => __('Graphs'),
'name' => __('Automatic combined Graph'));
}