Skip to content
Snippets Groups Projects
Commit f964cb43 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #9533 perf export csv

parent a4579777
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,7 @@ class ExportController
public function updateExport(Request $request, Response $response, array $aArgs)
{
set_time_limit(240);
$currentUser = UserModel::getByLogin(['login' => $GLOBALS['userId'], 'select' => ['id']]);
$errors = ResourceListController::listControl(['groupId' => $aArgs['groupId'], 'userId' => $aArgs['userId'], 'basketId' => $aArgs['basketId'], 'currentUserId' => $currentUser['id']]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment