* fix cannot submit form without parentprogram data on create one.
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
<?php echo html::backButton();?>
|
||||
<?php
|
||||
echo html::hidden('template', $template);
|
||||
echo html::hidden('parent', $parentProgram->id);
|
||||
echo html::hidden('parent', $parentProgram ? $parentProgram->id : '0');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user