You are here

function _lingotek_notification_handle_import_failure in Lingotek Translation 7.7

1 call to _lingotek_notification_handle_import_failure()
lingotek_notifications in ./lingotek.sync.inc
Registers the site translation notfication callback.

File

./lingotek.sync.inc, line 168
Sync and management

Code

function _lingotek_notification_handle_import_failure($trans_obj, $document_id) {
  _lingotek_notification_handle_failed_upload($trans_obj, $document_id, "Source document import failed. Check TMS for details.");
}