mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #2783 from paulgear/fix-graph-array
Clear $graph_array after graph is printed
This commit is contained in:
@ -76,3 +76,4 @@ foreach ($periods as $period) {
|
||||
echo "</div>";
|
||||
}
|
||||
}
|
||||
unset($graph_array);
|
||||
|
Reference in New Issue
Block a user