|
@@ -99,9 +99,9 @@ class LogEntryRepository extends DocumentRepository
|
|
}
|
|
}
|
|
$filled = count($fields) === 0;
|
|
$filled = count($fields) === 0;
|
|
}
|
|
}
|
|
- if (count($fields)) {
|
|
|
|
|
|
+ /*if (count($fields)) {
|
|
throw new \Gedmo\Exception\UnexpectedValueException('Cound not fully revert the document to version: '.$version);
|
|
throw new \Gedmo\Exception\UnexpectedValueException('Cound not fully revert the document to version: '.$version);
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
} else {
|
|
} else {
|
|
throw new \Gedmo\Exception\UnexpectedValueException('Count not find any log entries under version: '.$version);
|
|
throw new \Gedmo\Exception\UnexpectedValueException('Count not find any log entries under version: '.$version);
|
|
}
|
|
}
|