Skip to content

Commit 3cfec9f

Browse files
authored
fix comment
1 parent 5aaf6fd commit 3cfec9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DokuImageProcessorDecorator.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ public static function adjustGetImageLinks($file, $orig_srcpath)
7676
if (media_isexternal($media)) {
7777
$local = media_get_from_URL($media, $ext, -1);
7878
if (!$local) {
79+
// let mpdf try again
7980
$local = $media;
80-
} // let mpdf try again
81+
}
8182
} else {
8283
$media = cleanID($media);
8384
//check permissions (namespace only)

0 commit comments

Comments
 (0)