N°2249 - Supportability - Updater module (split ajax calls)

This commit is contained in:
Eric
2020-01-15 17:09:31 +01:00
parent d03b924240
commit 026b7e1836

View File

@@ -196,7 +196,7 @@ class AjaxController extends Controller
$aParams = array();
try
{
CoreUpdater::UpdateUpdateDatabase();
CoreUpdater::UpdateDatabase();
$iResponseCode = 200;
}
catch (Exception $e)