mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
ImportRowModifierForm: fix exception message
This commit is contained in:
parent
9e8142b79a
commit
0f6fc7bfd0
@ -163,10 +163,10 @@ class ImportRowModifierForm extends DirectorObjectForm
|
||||
|
||||
if ($class !== null) {
|
||||
if (! class_exists($class)) {
|
||||
throw new RuntimeException(
|
||||
throw new RuntimeException(sprintf(
|
||||
'The hooked class "%s" for this property modifier does no longer exist',
|
||||
$class
|
||||
);
|
||||
));
|
||||
}
|
||||
|
||||
$class::addSettingsFormFields($this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user