Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Klap-in authored Oct 25, 2023
1 parent 5aaf6fd commit 3cfec9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DokuImageProcessorDecorator.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ public static function adjustGetImageLinks($file, $orig_srcpath)
if (media_isexternal($media)) {
$local = media_get_from_URL($media, $ext, -1);
if (!$local) {
// let mpdf try again
$local = $media;
} // let mpdf try again
}
} else {
$media = cleanID($media);
//check permissions (namespace only)
Expand Down

0 comments on commit 3cfec9f

Please sign in to comment.