summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Schema/Mysql.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/Mysql.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/Mysql.pm')
-rw-r--r--Bugzilla/DB/Schema/Mysql.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/DB/Schema/Mysql.pm b/Bugzilla/DB/Schema/Mysql.pm
index 641b9756e..dff626097 100644
--- a/Bugzilla/DB/Schema/Mysql.pm
+++ b/Bugzilla/DB/Schema/Mysql.pm
@@ -38,7 +38,7 @@ sub _initialize {
my $self = shift;
- $self = $self->SUPER::_initialize;
+ $self = $self->SUPER::_initialize(@_);
$self->{db_specific} = {