diff options
author | Georg Ehrke <georg@ownCloud.com> | 2013-06-05 11:18:57 +0200 |
---|---|---|
committer | Georg Ehrke <georg@ownCloud.com> | 2013-06-05 11:18:57 +0200 |
commit | 5c1d4fc186b692508f718c06218621bddcfd8f22 (patch) | |
tree | b46cab5752a9edbfe49741bf5f16a610ea59fcc1 /config | |
parent | 78e8712366e2a198973f9a887c771894bef9a905 (diff) | |
download | nextcloud-server-5c1d4fc186b692508f718c06218621bddcfd8f22.tar.gz nextcloud-server-5c1d4fc186b692508f718c06218621bddcfd8f22.zip |
yet another update for config.sample.php
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 2f437771f2b..2812d848133 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -192,5 +192,5 @@ $CONFIG = array( /* the max factor to scale a preview, default is set to 10 */ 'preview_max_scale_factor' => 10, /* custom path for libreoffice / openoffice binary */ -'preview_libreoffice_path' => '/usr/bin/libreoffice'; +'preview_libreoffice_path' => '/usr/bin/libreoffice', ); |