Allowing to remove empty slot.
This commit is contained in:
parent
b359139bae
commit
d05a1e5182
@ -333,7 +333,7 @@ if (isset($_POST['confirm_delete_poll'])) {
|
||||
// Delete a slot
|
||||
// -------------------------------
|
||||
|
||||
if (!empty($_GET['delete_column'])) {
|
||||
if (isset($_GET['delete_column'])) {
|
||||
$column = filter_input(INPUT_GET, 'delete_column', FILTER_DEFAULT);
|
||||
$column = Utils::base64url_decode($column);
|
||||
|
||||
|
0
tpl/part/messages.tpl
Normal file
0
tpl/part/messages.tpl
Normal file
Loading…
Reference in New Issue
Block a user