Cacti / plugin_gexport

Cacti Graph Export Plugin
GNU General Public License v2.0
12 stars 9 forks source link

graph_max set to 0 does not allow any exports #40

Closed thrca closed 3 years ago

thrca commented 4 years ago

The following fix should resolve.. `diff --git a/functions.php b/functions.php index 03789ac..9a0d3c8 100644 --- a/functions.php +++ b/functions.php @@ -776,7 +776,7 @@ function export_graphs(&$export, $export_path) {

                    $exported++;