Browse Source

Fix typo in sample config

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
tags/v13.0.0beta1
Morris Jobke 6 years ago
parent
commit
289d6801f4
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config/config.sample.php

+ 1
- 1
config/config.sample.php View File

@@ -852,7 +852,7 @@ $CONFIG = array(
'preview_max_scale_factor' => 10,

/**
* max file size for generating image previews with imagegd (default behaviour)
* max file size for generating image previews with imagegd (default behavior)
* If the image is bigger, it'll try other preview generators, but will most
* likely show the default mimetype icon. Set to -1 for no limit.
*

Loading…
Cancel
Save