Skip to content

Commit

Permalink
style(form): indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <[email protected]>
  • Loading branch information
btry committed Dec 7, 2021
1 parent 60cfdc0 commit c6aefe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/form.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1955,8 +1955,8 @@ public static function import(PluginFormcreatorLinker $linker, $input = [], $con
if (!$kbItemCategory->isNewItem()) {
if (!$entity->canUpdateItem()) {
if ($itemId !== false) {
// The form is in an KB category where we don't have UPDATE right
Session::addMessageAfterRedirect(
// The form is in an KB category where we don't have UPDATE right
Session::addMessageAfterRedirect(
sprintf(__('The form %1$s already exists and is in an unmodifiable KB category.', 'formcreator'), $input['name']),
false,
WARNING
Expand Down

0 comments on commit c6aefe1

Please sign in to comment.