Skip to content
Snippets Groups Projects
Commit 3a8ada3b authored by Laurent's avatar Laurent
Browse files

cdev #17990 adapt typo import to Class_Systeme_Sql changes

parent b76974ef
Branches
Tags
2 merge requests!565Dev#17990 miop integration suite,!561Dev#17990 miop integration suite
......@@ -749,7 +749,15 @@ class Typo3DB {
public function __construct() {
$this->t3db = new Class_Systeme_Sql('localhost', 'root', 'root', 'miop_typo3');
$this->t3db = new Class_Systeme_Sql('','','','');
$this
->t3db
->setAdapter(Zend_Db::factory(
'mysqli',
['host' => 'localhost',
'username' => 'root',
'password' => 'root',
'dbname' => 'miop_typo3']));
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment