Merge branch 'develop'

This commit is contained in:
Loïc d'Anterroches 2011-02-02 10:35:15 +01:00
commit 40881bb4e5

View File

@ -631,7 +631,12 @@ class IDF_Plugin_SyncMonotone
*/
public function processKeyDelete($key)
{
if ($key->getType() != 'mtn') {
try {
if ($key->getType() != 'mtn') {
return;
}
} catch (Exception $e) {
// bad key type, skip it.
return;
}