* Fix bug #28841.
This commit is contained in:
@@ -204,7 +204,7 @@
|
||||
<?php echo html::hidden('status', $story->status);?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php if(strpos('draft,changing', $story->status) !== false and $story->type == 'story'):?>
|
||||
<?php if(0 and strpos('draft,changing', $story->status) !== false and $story->type == 'story'):?>
|
||||
<tr>
|
||||
<th><?php echo $lang->story->stage;?></th>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user