Subject: [PATCH] downloadfolderfix --- Index: src/GXMainComponents/View/ThemeContentViews/accounts/AccountThemeContentView.inc.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== diff --git a/src/GXMainComponents/View/ThemeContentViews/accounts/AccountThemeContentView.inc.php b/src/GXMainComponents/View/ThemeContentViews/accounts/AccountThemeContentView.inc.php --- a/src/GXMainComponents/View/ThemeContentViews/accounts/AccountThemeContentView.inc.php (revision 546555527eca523d21c88d06c07b719b61ca27cd) +++ b/src/GXMainComponents/View/ThemeContentViews/accounts/AccountThemeContentView.inc.php (date 1731001961747) @@ -1,9 +1,9 @@ 0) && empty($t_downloads_data_array['orders_products_filename']) == false && file_exists(DIR_FS_DOWNLOAD - . basename($t_downloads_data_array['orders_products_filename'])) + . $t_downloads_data_array['orders_products_filename']) && ($t_downloads_data_array['download_maxdays'] == 0 || $t_download_timestamp > time()) && in_array($t_order_status, $t_download_order_status_array)) { $t_downloads_array[$i]['LINK'] = xtc_href_link(FILENAME_DOWNLOAD,