mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 13:24:01 -07:00
Alias functions usage.
This commit is contained in:
parent
3712862832
commit
dcb828d983
3 changed files with 9 additions and 9 deletions
|
@ -157,7 +157,7 @@ if ($search_imagick) {
|
|||
$paths = explode(' ', $retval);
|
||||
|
||||
if (is_array($paths)) {
|
||||
for ($i = 0; $i < sizeof($paths); $i++) {
|
||||
for ($i = 0; $iMax = count($paths); $i < $iMax; $i++) {
|
||||
$path = basename($paths[$i]);
|
||||
|
||||
if ($path == 'convert') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue