projects
/
bse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9acd2ec
)
fix inheritence for BSE::DummyArticle
author
Tony Cook
<tony@develop-help.com>
Thu, 14 May 2015 23:40:26 +0000
(09:40 +1000)
committer
Tony Cook
<tony@develop-help.com>
Thu, 14 May 2015 23:40:26 +0000
(09:40 +1000)
site/cgi-bin/modules/BSE/DummyArticle.pm
patch
|
blob
|
blame
|
history
diff --git
a/site/cgi-bin/modules/BSE/DummyArticle.pm
b/site/cgi-bin/modules/BSE/DummyArticle.pm
index 82c31ce03e63bb9481dca9f44fc343ee664bf0fd..941ebc9001107bb848c98953ce99fdf8b07e1ce8 100644
(file)
--- a/
site/cgi-bin/modules/BSE/DummyArticle.pm
+++ b/
site/cgi-bin/modules/BSE/DummyArticle.pm
@@
-3,11
+3,9
@@
use strict;
use base 'BSE::TB::SiteCommon';
use base 'BSE::FormatterBase';
use BSE::TB::Articles;
-use
BSE::MetaOwnerBase
;
+use
base 'BSE::MetaOwnerBase'
;
-our @ISA = qw(BSE::MetaOwnerBase);
-
-our $VERSION = "1.006";
+our $VERSION = "1.007";
sub images {
return;