Set database manager

remotes/angel/1.11.x
jmontoyaa 8 years ago
parent 8662ac0fee
commit b77771b624
  1. 2
      main/install/install.lib.php

@ -2107,6 +2107,8 @@ function fixIds(EntityManager $em)
{
$debug = true;
$connection = $em->getConnection();
$database = new Database();
$database->setManager($em);
if ($debug) {
error_log('fixIds');

Loading…
Cancel
Save