Browse Source

Sorry TravisCI, I'm the WORST. (#62)

pull/756/head
Nick Ruest 7 years ago committed by dannylamb
parent
commit
c5d7ab7d9b
  1. 2
      src/EventGenerator/EventGenerator.php

2
src/EventGenerator/EventGenerator.php

@ -98,7 +98,7 @@ class EventGenerator implements EventGeneratorInterface {
return; return;
} }
if ($file === null) { if ($file === NULL) {
\Drupal::logger('islandora')->debug( \Drupal::logger('islandora')->debug(
"'field_image' or 'field_file' is null in Media entity {$entity->id()}" "'field_image' or 'field_file' is null in Media entity {$entity->id()}"
); );

Loading…
Cancel
Save