Skip to content

Commit

Permalink
FIX: PHP Syntax
Browse files Browse the repository at this point in the history
- WIP #15
  • Loading branch information
aljawaid committed Jan 16, 2023
1 parent 35fae2b commit 2346496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Template/action_creation/params.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<?= $this->form->label(t('Send to'), $param_name) ?>
<?php else: ?>
<?= $this->form->label(ucfirst($param_name), $param_name) ?>
<?= php endif ?>
<?php endif ?>
<?= $this->form->select('params['.$param_name.']', $param_desc, $values) ?>
<?php else: ?>
<?= $this->form->label($param_desc, $param_name) ?>
Expand Down

0 comments on commit 2346496

Please sign in to comment.