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

View File

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