]> git.decadent.org.uk Git - maypole.git/commitdiff
DFV model mostly working with Postgres
authorAaron Trevena <aaron.trevena@gmail.com>
Sun, 15 Oct 2006 14:51:58 +0000 (14:51 +0000)
committerAaron Trevena <aaron.trevena@gmail.com>
Sun, 15 Oct 2006 14:51:58 +0000 (14:51 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@531 48953598-375a-da11-a14b-00016c27c3ee

lib/Maypole/Model/CDBI/DFV.pm

index 61ab5a62a3f8c09f9c5e021b4752e970b011082f..a6b12b3dfff8379a6cb0aebf693cc338ec1410cd 100644 (file)
@@ -305,7 +305,7 @@ sub _column_info {
 
   # update with required columns from DFV Profile
   my $profile = $class->dfv_profile;
-  $class->required_columns(@{$profile->{required}});
+  $class->required_columns($profile->{required});
 
   return $class->COLUMN_INFO;
 }