diff --git a/modules/feature-upload.php b/modules/feature-upload.php index 58fad59..98c3df6 100644 --- a/modules/feature-upload.php +++ b/modules/feature-upload.php @@ -315,7 +315,7 @@ register_module([ header("content-disposition: inline; filename=\"$shortFilename\""); header("last-modified: " . gmdate('D, d M Y H:i:s T', $pageindex->{$env->page}->lastmodified)); - // If the size is set or original, then send (or redirect to) the original image + // If the size is set to original, then send (or redirect to) the original image // Also do the same for SVGs if svg rendering is disabled. if(isset($_GET["size"]) and $_GET["size"] == "original" or (empty($settings->render_svg_previews) && $mime_type == "image/svg+xml"))