Skip to content

Commit

Permalink
Fixes #4017 (#4018)
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
  • Loading branch information
Sesquipedalian authored and colinschoen committed Apr 27, 2017
1 parent f04c2a6 commit 75c346c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ManageSmileys.php
Expand Up @@ -1745,7 +1745,7 @@ function EditMessageIcons()
$smcFunc['db_free_result']($request);

// Submitting a form?
if (isset($_POST['icons_save']))
if (isset($_POST['icons_save']) || isset($_POST['delete']))
{
checkSession();

Expand Down

0 comments on commit 75c346c

Please sign in to comment.