summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Schema/Pg.pm
diff options
context:
space:
mode:
authormkanat%kerio.com <>2005-03-18 12:12:22 +0100
committermkanat%kerio.com <>2005-03-18 12:12:22 +0100
commit6eb9bfa46dad95c544e35e8733a1caa471d0e0a6 (patch)
tree7fc15cd1f55e6a796e4f9bf568aba3aa29b13e20 /Bugzilla/DB/Schema/Pg.pm
parent7f1d0c99604360f610b50325ae94e0f3e4de3e4a (diff)
downloadbugzilla-6eb9bfa46dad95c544e35e8733a1caa471d0e0a6.tar.gz
bugzilla-6eb9bfa46dad95c544e35e8733a1caa471d0e0a6.tar.xz
Bug 285113: Bugzilla::DB::Schema needs a way to serialize and store its abstract schema
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave
Diffstat (limited to 'Bugzilla/DB/Schema/Pg.pm')
-rw-r--r--Bugzilla/DB/Schema/Pg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/DB/Schema/Pg.pm b/Bugzilla/DB/Schema/Pg.pm
index c5b229278..795ad53ff 100644
--- a/Bugzilla/DB/Schema/Pg.pm
+++ b/Bugzilla/DB/Schema/Pg.pm
@@ -37,7 +37,7 @@ sub _initialize {
my $self = shift;
- $self = $self->SUPER::_initialize;
+ $self = $self->SUPER::_initialize(@_);
# Remove FULLTEXT index types from the schemas.
foreach my $table (keys %{ $self->{schema} }) {