]> ruin.nu Git - ndwebbie.git/blobdiff - ND/Web/Pages/Points.pm
gal rankings and fixed a bug with gal graph caching
[ndwebbie.git] / ND / Web / Pages / Points.pm
index b17e4b1bba6978a39f9eb0410f6148b776206c19..2202a41f484d17873a84a22905db54e6d9a04d5c 100644 (file)
@@ -23,9 +23,9 @@ use warnings FATAL => 'all';
 use CGI qw/:standard/;
 use ND::Web::Include;
 
-our @ISA = qw/ND::Web::XMLPage/;
+use base qw/ND::Web::XMLPage/;
 
-$ND::Web::Page::PAGES{points} = 'ND::Web::Pages::Points';
+$ND::Web::Page::PAGES{points} = __PACKAGE__;
 
 
 sub render_body {