Skip to content

Commit

Permalink
Fix build error on client configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
teusbenschop committed Jan 7, 2024
1 parent 70aedf4 commit 7be9ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/index.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ std::string system_index (Webserver_Request& webserver_request)
if (producenotes) task = PRODUCERENOTESTRANSFERFILE;
if (produceresources) task = PRODUCERESOURCESTRANSFERFILE;
tasks_logic_queue (task, { filter::strings::convert_to_string (jobId) });
redirect_browser (request, jobs_index_url () + "?id=" + filter::strings::convert_to_string (jobId));
redirect_browser (webserver_request, jobs_index_url () + "?id=" + filter::strings::convert_to_string (jobId));
return std::string();
}
#endif
Expand Down

0 comments on commit 7be9ea5

Please sign in to comment.