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

Commit b314760

Browse files
committed
lib(config): fix example placeholder image for collage
Change-Id: I03e8dce531bbc8c1167abffbf7e47d30d65d8da9
1 parent bc0a015 commit b314760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
}
183183

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

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

0 commit comments

Comments
 (0)