Skip to content

Commit

Permalink
init var
Browse files Browse the repository at this point in the history
  • Loading branch information
drbyte committed Nov 20, 2020
1 parent 807ce81 commit 3f7f7e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/modules/media_manager.php
Expand Up @@ -17,6 +17,7 @@
$zv_collection_query = "select media_id, product_id from " . TABLE_MEDIA_TO_PRODUCTS . "
where product_id = '" . (int)$_GET['products_id'] . "'";
$zq_collections = $db->Execute($zv_collection_query);
$za_media_manager = [];
$zv_product_has_media = false;
/**
* loop thru collections to identify actual media clips
Expand Down

0 comments on commit 3f7f7e8

Please sign in to comment.