GX-Bug #71159 » downloadfolderfix.patch
src/GXMainComponents/View/ThemeContentViews/accounts/AccountThemeContentView.inc.php (revision 546555527eca523d21c88d06c07b719b61ca27cd) → src/GXMainComponents/View/ThemeContentViews/accounts/AccountThemeContentView.inc.php (date 1731001961747) | ||
---|---|---|
1 | 1 |
<?php |
2 | 2 |
/* -------------------------------------------------------------- |
3 |
AccountThemeContentView.inc.php 2022-08-11
|
|
3 |
AccountThemeContentView.inc.php 2024-11-07
|
|
4 | 4 |
Gambio GmbH |
5 | 5 |
http://www.gambio.de |
6 |
Copyright (c) 2022 Gambio GmbH
|
|
6 |
Copyright (c) 2024 Gambio GmbH
|
|
7 | 7 |
Released under the GNU General Public License (Version 2) |
8 | 8 |
[http://www.gnu.org/licenses/gpl-2.0.html] |
9 | 9 |
-------------------------------------------------------------- |
... | ... | |
383 | 383 |
if (($t_downloads_data_array['download_count'] > 0) |
384 | 384 |
&& empty($t_downloads_data_array['orders_products_filename']) == false |
385 | 385 |
&& file_exists(DIR_FS_DOWNLOAD |
386 |
. basename($t_downloads_data_array['orders_products_filename']))
|
|
386 |
. $t_downloads_data_array['orders_products_filename'])
|
|
387 | 387 |
&& ($t_downloads_data_array['download_maxdays'] == 0 || $t_download_timestamp > time()) |
388 | 388 |
&& in_array($t_order_status, $t_download_order_status_array)) { |
389 | 389 |
$t_downloads_array[$i]['LINK'] = xtc_href_link(FILENAME_DOWNLOAD, |