Tags now update

input name has the wrong value
This commit is contained in:
aftercase 2021-08-16 21:40:37 +01:00
parent 3bd26ddf0d
commit 38c4d7db04

View file

@ -373,7 +373,7 @@ $selectedloader = "$bg[$i]"; // set variable equal to which random filename was
<div class="field">
<label class="label">Tags</label>
<div class="control">
<input id="tags-with-source" name="tags" class="input"
<input id="tags-with-source" name="tag_input" class="input"
value="<?php
$inputtags = $paste['tags'];
foreach ($inputtags as $tag) {