summaryrefslogtreecommitdiff
blob: a87ff8d9039031fa7787d3b20bfdf3cd0ce4c855 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- pts-core/objects/pts_Graph/pts_Graph.php.old	2009-11-11 17:39:37.000000000 +0100
+++ pts-core/objects/pts_Graph/pts_Graph.php	2009-12-30 12:46:27.816567436 +0100
@@ -121,7 +121,7 @@
 			}
 		}
 
-		$this->graph_font = $font_type;
+		$this->graph_font = $default_font;
 	}
 	public function requestRenderer($renderer)
 	{