Admidio/admidio

View on GitHub
adm_program/modules/photos/photo_download.php

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

                        if (is_file($path . '.jpg')) {
                            $path .= '.jpg';
                            $zip->addFile($path, $photoAlbumName . '/' . basename($path));
                            continue;
                        } elseif (is_file($path . '.png')) {
Severity: Major
Found in adm_program/modules/photos/photo_download.php - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status