Project

General

Profile

Bug #18654 ยป 0008182.patch

Administrator Admin, 2008-04-21 14:18

View differences:

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
}
    (1-1/1)