Fixed pin on item creation
This commit is contained in:
parent
93022d05bf
commit
f2a6fec505
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
if(isset($item->pinned) && $item->pinned === 1) $checked = true;
|
||||
$set_checked = ($checked) ? ' checked="checked"' : '';
|
||||
?>
|
||||
<input type="checkbox" name="active" value="1"<?php echo $set_checked;?> />
|
||||
<input type="checkbox" name="pinned" value="1"<?php echo $set_checked;?> />
|
||||
<span class="slider round"></span>
|
||||
</label>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue