Merge branch 'develop'
This commit is contained in:
commit
40881bb4e5
@ -631,7 +631,12 @@ class IDF_Plugin_SyncMonotone
|
|||||||
*/
|
*/
|
||||||
public function processKeyDelete($key)
|
public function processKeyDelete($key)
|
||||||
{
|
{
|
||||||
if ($key->getType() != 'mtn') {
|
try {
|
||||||
|
if ($key->getType() != 'mtn') {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
} catch (Exception $e) {
|
||||||
|
// bad key type, skip it.
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user