Skip to content

Commit

Permalink
[TASK] Minor db importer script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lolli42 committed Jul 30, 2013
1 parent 6163409 commit 1245286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbimport/DatabaseImport.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ protected function getDatabase() {
}
}

$databaseImport = new \TYPO3\CI\TravisIntegration\DatabaseImport();
$databaseImport = new \TYPO3\CMS\TravisIntegration\DatabaseImport();
$databaseImport->run();
?>

0 comments on commit 1245286

Please sign in to comment.