N°3789 - Bulk actions on replicas: (Resync, Force Update, Delete,...) (#546)

This commit is contained in:
Anne-Catherine
2026-06-15 15:58:36 +02:00
committed by GitHub
parent 3e38e349e5
commit dd6b03cccc
30 changed files with 1352 additions and 249 deletions

View File

@@ -14,7 +14,10 @@ if (PHP_VERSION_ID < 50600) {
echo $err;
}
}
throw new RuntimeException($err);
trigger_error(
$err,
E_USER_ERROR
);
}
require_once __DIR__ . '/composer/autoload_real.php';