Fix connect to database when migration adds settings current

1.10.x
Angel Fernando Quiroz Campos 10 years ago
parent 0f817c8234
commit 2b63625d77
  1. 4
      app/Migrations/AbstractMigrationChamilo.php

@ -41,8 +41,8 @@ abstract class AbstractMigrationChamilo extends AbstractMigration
$database = new \Database();
$database->connect(
$dbParams,
__DIR__.'/../../../../',
__DIR__.'/../../../../'
__DIR__.'/../../',
__DIR__.'/../../'
);
$this->manager = $database->getManager();
}

Loading…
Cancel
Save