Skip to content

Commit

Permalink
* And a quick extra layer of future-proof fixing. (Subs-Media.php)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nao committed Jul 25, 2017
1 parent 195825e commit ccc21c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/app/media/Subs-Media.php
Expand Up @@ -3598,6 +3598,9 @@ function aeva_isTransparent($path, $real_path = false)

function aeva_resetTransparency($id_file, $path)
{
if (empty($id_file))
return false;

$is_transparent = aeva_isTransparent($path);
wesql::query('
UPDATE {db_prefix}media_files
Expand Down

0 comments on commit ccc21c6

Please sign in to comment.