Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
lib(config): fix example placeholder image for collage
Browse files Browse the repository at this point in the history
Change-Id: I03e8dce531bbc8c1167abffbf7e47d30d65d8da9
  • Loading branch information
andi34 committed Jun 2, 2022
1 parent bc0a015 commit b314760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
}

if (!isset($config['collage']['placeholderpath']) || !testFile($config['collage']['placeholderpath'])) {
$config['collage']['placeholderpath'] = realpath($basepath . DIRECTORY_SEPARATOR . 'resources/img/background/01.png');
$config['collage']['placeholderpath'] = realpath($basepath . DIRECTORY_SEPARATOR . 'resources/img/background/01.jpg');
}

if (!isset($config['textoncollage']['font']) || !testFile($config['textoncollage']['font'])) {
Expand Down

0 comments on commit b314760

Please sign in to comment.