CiviMRF / cmrf_core

Drupal Core for CMRF
GNU Affero General Public License v3.0
2 stars 6 forks source link

Throw exception for unregistered profile #69

Open jensschuppe opened 1 year ago

jensschuppe commented 1 year ago

Fixes #68.

When a CiviMRF profile does not exist but is selected within a CiviMRF connector, there will be PHP warnings (Warning: Undefined array key "produktivumgebung" in Drupal\cmrf_core\Core->getConnectionProfile() (line 32 of modules/contrib/cmrf_core/src/Core.php).). This throws an exception instead.