From 517167ea6f72ad7ed060e0531dec341aac3d78f9 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Tue, 7 Jun 2011 17:23:10 +1000 Subject: [PATCH] trailing slash --- templates/themes/rrdtool/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/themes/rrdtool/theme.php b/templates/themes/rrdtool/theme.php index e6f20b81..28ae8357 100644 --- a/templates/themes/rrdtool/theme.php +++ b/templates/themes/rrdtool/theme.php @@ -59,7 +59,7 @@ foreach($this->spans as &$span) { // Graph graph - if(!rrd_graph($settings['images'] . $board . '-' . $span . '.png', Array( + if(!rrd_graph($settings['images'] . '/' . $board . '-' . $span . '.png', Array( '-s -1' . $span, '-t Posts on ' . sprintf($config['board_abbreviation'], $board), //'--lazy',