X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=ND%2FWeb%2FPages%2FGraph.pm;h=8618420242965ac1ecd94b282ee1a2f96d1fa8df;hb=c5cc1151b5a4f1e52eb577a78df1f79dfdc193db;hp=599051a53cf40b42f1e5b9dc5f559918ea062829;hpb=256609e2df07f5dd40a33ace6163d2b72a269246;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';