Bug #18654 ยป 0008182.patch
typo3/sysext/cms/tslib/class.tslib_fe.php (Arbeitskopie) | ||
---|---|---|
}
|
||
}
|
||
} catch (Exception $e) {
|
||
$lockObj->sysLog('Failed to acquire lock: '.$e->getMessage(), t3lib_div::SYSLOG_SEVERITY_ERROR);
|
||
t3lib_div::sysLog('Locking: '.$e->getMessage(), 'cms', t3lib_div::SYSLOG_SEVERITY_ERROR);
|
||
$success = false; // If locking fails, return with false and continue without locking
|
||
}
|
||