Skip to content

Commit

Permalink
Fix reference to private function
Browse files Browse the repository at this point in the history
Fixes #24
  • Loading branch information
tetsuo13 committed Sep 5, 2013
1 parent a145744 commit d1a0c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MediaWiki2DokuWiki/MediaWiki/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ private function generateDsn()
public function dbConnect()
{
return new PDO(
generateDsn(),
$this->generateDsn(),
$this->settings['wgDBuser'],
$this->settings['wgDBpassword']
);
Expand Down

0 comments on commit d1a0c72

Please sign in to comment.