Wrong object to call commit() on...

feature.content-md5
Thomas Keller 2011-06-13 01:59:21 +02:00
parent d4fe88adab
commit c4d2b99656
1 changed files with 1 additions and 1 deletions

View File

@ -675,7 +675,7 @@ class IDF_Plugin_SyncMonotone
$stdio->exec(array('put_public_key', $key->content));
}
$key->commit();
$keyGuard->commit();
}
/**