mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 14:03:27 +00:00
PHRAS-3668 subtitle notification (#4416)
* subtitle notification * fix notif
This commit is contained in:
@@ -558,7 +558,8 @@ class ToolsController extends Controller
|
||||
new RecordAutoSubtitleEvent(
|
||||
$record,
|
||||
$request->request->get("subtitle_language_source"),
|
||||
json_decode($request->request->get("subtitle_destination"), true)
|
||||
json_decode($request->request->get("subtitle_destination"), true),
|
||||
$this->getAuthenticatedUser()->getId()
|
||||
)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user