Minor: Flint fixes

pull/4004/head
Angel Fernando Quiroz Campos 3 years ago
parent 891b9e9d77
commit 9d09281668
  1. 3
      public/main/inc/lib/TicketManager.php
  2. 1
      public/main/lp/lp_list.php

@ -726,8 +726,7 @@ class TicketManager
$fileAttach,
$ticketId,
$messageId
): bool
{
): bool {
if (!is_array($fileAttach) || UPLOAD_ERR_OK != $fileAttach['error']) {
return false;
}

@ -526,7 +526,6 @@ foreach ($categories as $category) {
}
} else {
$dsp_publish = '<i class="mdi-checkbox-multiple-blank-outline mdi v-icon ch-tool-icon" style="font-size: 22px; width: 22px; height: 22px;" aria-hidden="true" medium="" title="'.htmlentities(get_lang('do not publish')).'"></i>';
}
/* MULTIPLE ATTEMPTS OR SERIOUS GAME MODE

Loading…
Cancel
Save