mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
parent
56019e1f71
commit
f7de89aa98
@ -6,7 +6,7 @@
|
|||||||
**Merged pull requests:**
|
**Merged pull requests:**
|
||||||
|
|
||||||
- Release v2.1.5-2023.09 🎉
|
- Release v2.1.5-2023.09 🎉
|
||||||
- Minor improvements [\#245](https://github.com/torrentpier/torrentpier-lts/pull/245) ([belomaxorka](https://github.com/belomaxorka))
|
- Minor improvements [\#245](https://github.com/torrentpier/torrentpier-lts/pull/245), [\#246](https://github.com/torrentpier/torrentpier-lts/pull/246) ([belomaxorka](https://github.com/belomaxorka))
|
||||||
|
|
||||||
## [v2.1.5-2023.08-HotFix](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2023.08-HotFix) (2023-09-17)
|
## [v2.1.5-2023.08-HotFix](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2023.08-HotFix) (2023-09-17)
|
||||||
[Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2023.08...v2.1.5-2023.08-HotFix)
|
[Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2023.08...v2.1.5-2023.08-HotFix)
|
||||||
|
@ -187,14 +187,14 @@ if ($search_imagick)
|
|||||||
{
|
{
|
||||||
$path = 'c:/imagemagick/convert.exe';
|
$path = 'c:/imagemagick/convert.exe';
|
||||||
|
|
||||||
if ( !@file_exists(@amod_realpath($path)))
|
if ( @file_exists(@amod_realpath($path)))
|
||||||
{
|
{
|
||||||
$imagick = $path;
|
$imagick = $path;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( !@file_exists(@amod_realpath(trim($imagick))))
|
if ( @file_exists(@amod_realpath(trim($imagick))))
|
||||||
{
|
{
|
||||||
$new_attach['img_imagick'] = trim($imagick);
|
$new_attach['img_imagick'] = trim($imagick);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user