* Resolve issue #756.

This commit is contained in:
tianshujie
2023-02-22 15:15:34 +08:00
parent 91f1b64c2c
commit af76befb02
21 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -77,7 +77,7 @@
<td class="col-main"><?php echo html::input('name', $name, "class='form-control' required");?></td>
<td colspan='2'></td>
</tr>
<?php if(!isset($config->setCode) or $config->setCode == 1):?>
<?php if(isset($config->setCode) and $config->setCode == 1):?>
<tr>
<th><?php echo $showExecutionExec ? $lang->execution->execCode : $lang->execution->code;?></th>
<td><?php echo html::input('code', $code, "class='form-control' required");?></td><td></td><td></td>