mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added missing global $config
This commit is contained in:
@ -461,6 +461,7 @@ function generate_graph_tag($args) {
|
||||
}//end generate_graph_tag()
|
||||
|
||||
function generate_lazy_graph_tag($args) {
|
||||
global $config;
|
||||
$urlargs = array();
|
||||
$w = 0;
|
||||
$h = 0;
|
||||
|
Reference in New Issue
Block a user