From 9fb80159e3c42c782897299e4836d48b95df4c20 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 18 May 2013 22:49:49 +0200 Subject: type/default: add missing initial variable definitions --- type/Default.class.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'type') diff --git a/type/Default.class.php b/type/Default.class.php index 0250d52..dfbf2da 100644 --- a/type/Default.class.php +++ b/type/Default.class.php @@ -19,6 +19,8 @@ class Type_Default { var $scale = 1; var $width; var $heigth; + var $graph_type; + var $negative_io; var $files; var $tinstances; -- cgit v1.1