Skip to content

Commit

Permalink
Item9817: PostgreSQLContrib Development + rebasing
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/DBIStoreContrib@9550 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
FavioFlamingo authored and FavioFlamingo committed Oct 11, 2010
1 parent 411c281 commit 2d63c20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Foswiki/Store/DBIStoreContrib.pm
Expand Up @@ -21,7 +21,8 @@ use Foswiki::Store::DBIStoreContrib::PostgreSQLWrapHandler ();

sub getHandler {
my $this = shift;
return new Foswiki::Store::DBIStoreContrib::PostgreSQLWrapHandler( $this, @_ );
return new Foswiki::Store::DBIStoreContrib::PostgreSQLWrapHandler( $this,
@_ );
}

1;
Expand Down

0 comments on commit 2d63c20

Please sign in to comment.