diff --git a/rdf_entity.install b/rdf_entity.install index 344a6bc2..5a5c8984 100644 --- a/rdf_entity.install +++ b/rdf_entity.install @@ -125,7 +125,7 @@ function rdf_entity_update_8004() { } } catch (NotRegularDirectoryException $e) { - continue; + // Skip non-existing directories. } } }