Added missing global $config

This commit is contained in:
laf
2015-12-09 16:16:01 +00:00
parent a56ccd7a74
commit 2b0cfa0a5a

View File

@ -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;