Skip to content

Commit

Permalink
Fix print folder name
Browse files Browse the repository at this point in the history
derped on https: //github.com/andreknieriem/photobooth/commit/03875cbcd9e5ebeaa352f7bb64fa2c72d1f844b9

Change-Id: If1302b44480ebd9ff6a07adc5c7a901396b6b5de
  • Loading branch information
andi34 committed Dec 23, 2019
1 parent 51eefef commit f46c5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/configsetup.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
],
'print' => [
'type' => 'input',
'placeholder' => 'print',
'name' => 'folders[print]',
'placeholder' => $defaultConfig['folders']['print'],
'value' => $config['folders']['print']
],
Expand Down

0 comments on commit f46c5cf

Please sign in to comment.