Skip to content

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
GauthLin committed Apr 16, 2015
1 parent 43e28a9 commit ab00a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Installation/Plugin/DatabaseWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ public function updateResourceAction(array $action)
->findOneBy(array('name' => $action['name'], 'resourceType' => null, 'isCustom' => true));

if ($resourceAction === null) {
$this->persistResourceAction(array($action));
$this->persistResourceAction($action);
} else {
$resourceAction->setIsForm($action['is_form']);
}
Expand Down

0 comments on commit ab00a8a

Please sign in to comment.