Add missing return argument in the ResourceConfigForm

This commit is contained in:
Eric Lippmann 2015-05-27 10:59:35 +02:00
parent ba8d7e0afd
commit 49f89ee505
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ class ResourceConfigForm extends ConfigForm
}
} catch (InvalidArgumentException $e) {
Notification::error($e->getMessage());
return;
return false;
}
if ($this->save()) {