Skip to content

Commit

Permalink
Add missing return argument in the ResourceConfigForm
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed May 27, 2015
1 parent ba8d7e0 commit 49f89ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/forms/Config/ResourceConfigForm.php
Expand Up @@ -149,7 +149,7 @@ public function onSuccess()
}
} catch (InvalidArgumentException $e) {
Notification::error($e->getMessage());
return;
return false;
}

if ($this->save()) {
Expand Down

0 comments on commit 49f89ee

Please sign in to comment.