diff --git a/index.php b/index.php index 57cb12f7..ec74915c 100644 --- a/index.php +++ b/index.php @@ -113,8 +113,8 @@ try{ } else { $bridge->setCache($cache); // just add disable cache to your query to disable caching } - $bridge->setDatas($_REQUEST); $bridge->loadMetadatas(); + $bridge->setDatas($_REQUEST); // Data transformation try { $format = Format::create($format);