X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=ND%2FWeb%2FPages%2FGraph.pm;h=8618420242965ac1ecd94b282ee1a2f96d1fa8df;hb=571b019af4b9e3e051447f82135bb630a4fb4db8;hp=599051a53cf40b42f1e5b9dc5f559918ea062829;hpb=707131893fa280d8964883b821636de7022fecd0;p=ndwebbie.git diff --git a/ND/Web/Pages/Graph.pm b/ND/Web/Pages/Graph.pm index 599051a..8618420 100644 --- a/ND/Web/Pages/Graph.pm +++ b/ND/Web/Pages/Graph.pm @@ -24,7 +24,7 @@ use CGI qw/:standard/; use ND::Include; use ND::Web::Graph; -our @ISA = qw/ND::Web::Image/; +use base qw/ND::Web::Image/; $ND::Web::Page::PAGES{graph} = 'ND::Web::Pages::Graph';