+2008-04-22 Oliver Hader <oliver@typo3.org>
+
+ * Fixed bug #8182: Fatal error on calling sysLog() of lock object if locking method is unknown
+
2008-04-22 Dmitry Dulepov <dmitry@typo3.org>
* Fixed bug #8174: Clear all caches should clear configuration cache as well (thanks to Steffen Kamper)
}
}
} catch (Exception $e) {
- $lockObj->sysLog('Failed to acquire lock: '.$e->getMessage(), t3lib_div::SYSLOG_SEVERITY_ERROR);
+ t3lib_div::sysLog('Locking: Failed to acquire lock: '.$e->getMessage(), 'cms', t3lib_div::SYSLOG_SEVERITY_ERROR);
$success = false; // If locking fails, return with false and continue without locking
}