X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=ND%2FWeb%2FPages%2FSettings.pm;h=e7f22311631d27968d0c0834c637f20723563592;hb=571b019af4b9e3e051447f82135bb630a4fb4db8;hp=5e8ecca5fa095ccf0c73fc47d0ca03de9a67b944;hpb=707131893fa280d8964883b821636de7022fecd0;p=ndwebbie.git diff --git a/ND/Web/Pages/Settings.pm b/ND/Web/Pages/Settings.pm index 5e8ecca..e7f2231 100644 --- a/ND/Web/Pages/Settings.pm +++ b/ND/Web/Pages/Settings.pm @@ -24,7 +24,7 @@ use ND::Include; use CGI qw/:standard/; use ND::Web::Include; -our @ISA = qw/ND::Web::XMLPage/; +use base qw/ND::Web::XMLPage/; $ND::Web::Page::PAGES{settings} = __PACKAGE__;