Browse Source

travis syntax cleanup

pull/742/head
Natkeeran 6 years ago
parent
commit
ad114b0713
  1. 3
      src/Form/IslandoraSettingsForm.php

3
src/Form/IslandoraSettingsForm.php

@ -104,7 +104,7 @@ class IslandoraSettingsForm extends ConfigFormBase {
'#type' => 'textfield', '#type' => 'textfield',
'#title' => $this->t('Fedora URL'), '#title' => $this->t('Fedora URL'),
'#attributes' => array('readonly' => 'readonly'), '#attributes' => array('readonly' => 'readonly'),
'#default_value' => $fedora_url, '#default_value' => t($fedora_url),
]; ];
$selected_bundles = $config->get(self::GEMINI_PSEUDO); $selected_bundles = $config->get(self::GEMINI_PSEUDO);
@ -213,7 +213,6 @@ class IslandoraSettingsForm extends ConfigFormBase {
$this->t('Must enter Gemini URL before selecting bundles to display a pseudo field on.') $this->t('Must enter Gemini URL before selecting bundles to display a pseudo field on.')
); );
} }
} }
/** /**

Loading…
Cancel
Save