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