From 82d88098f4203cf7402d4faf5ad100cada70efaf Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Tue, 11 Nov 2014 23:01:15 +0100 Subject: make detail page accessible when using "canvas" graph_type Closes #106 --- type/Base.class.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'type') diff --git a/type/Base.class.php b/type/Base.class.php index 8d51121..ee5050b 100644 --- a/type/Base.class.php +++ b/type/Base.class.php @@ -225,11 +225,9 @@ class Type_Base { print ''; break; case 'canvas': - printf('', sha1(serialize($graphoptions))); foreach ($graphoptions as $d) { printf("\"%s\"\n", htmlentities($d)); } - print ''; break; case 'debug': case 1: -- cgit v1.1