2013-04-24 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/networkmap.topology.php: fixed the PHP notice in the enterprise Dashboard. Fixes: #3611685 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8046 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
3963dc903a
commit
4e14d7a9b7
|
@ -1,3 +1,10 @@
|
|||
2013-04-24 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* operation/agentes/networkmap.topology.php: fixed the PHP
|
||||
notice in the enterprise Dashboard.
|
||||
|
||||
Fixes: #3611685
|
||||
|
||||
2013-04-24 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* operation/agentes/networkmap.php,
|
||||
|
|
|
@ -31,6 +31,10 @@ require_once ('include/functions_networkmap.php');
|
|||
// Set filter
|
||||
$filter = networkmap_get_filter ($layout);
|
||||
|
||||
if (!isset($text_filter)) {
|
||||
$text_filter = '';
|
||||
}
|
||||
|
||||
// Generate dot file
|
||||
$graph = networkmap_generate_dot(__('Pandora FMS'), $group, $simple,
|
||||
$font_size, $layout, $nooverlap, $zoom, $ranksep, $center, $regen,
|
||||
|
|
Loading…
Reference in New Issue