* Finish task #12770.

This commit is contained in:
tianshujie98
2020-10-19 09:01:53 +08:00
parent dc706ed54a
commit 8484f0437c
+1 -1
View File
@@ -106,7 +106,7 @@
</div>
</td>
</tr>
<?php if($story->parent >= 0):?>
<?php if($story->parent >= 0 and $story->type == 'story'):?>
<tr>
<th><?php echo $lang->story->parent;?></th>
<td><?php echo html::select('parent', $stories, $story->parent, "class='form-control chosen'");?></td>