You are here

function _lingotek_notification_handle_document_uploaded_or_updated in Lingotek Translation 7.7

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

File

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

Code

function _lingotek_notification_handle_document_uploaded_or_updated($trans_obj) {
  $trans_obj
    ->setStatus(LingotekSync::STATUS_CURRENT);
}