diff options
author | Georg Ehrke <developer@georgehrke.com> | 2013-07-29 16:30:04 +0200 |
---|---|---|
committer | Georg Ehrke <developer@georgehrke.com> | 2013-07-29 16:30:04 +0200 |
commit | b4a523927823ab8bc80c5f1fc0d5bd5ef61f8eb8 (patch) | |
tree | 4cd539acce89659cce632bfaa84d8fe97ab90719 /config | |
parent | 2ea8ee613986216a420fad2795b5e7fa89519d5e (diff) | |
download | nextcloud-server-b4a523927823ab8bc80c5f1fc0d5bd5ef61f8eb8.tar.gz nextcloud-server-b4a523927823ab8bc80c5f1fc0d5bd5ef61f8eb8.zip |
fix syntax in 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 cacca78e970..7629414ef16 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -185,7 +185,7 @@ $CONFIG = array( //links to custom clients 'customclient_desktop' => '', //http://owncloud.org/sync-clients/ 'customclient_android' => '', //https://play.google.com/store/apps/details?id=com.owncloud.android -'customclient_ios' => '' //https://itunes.apple.com/us/app/owncloud/id543672169?mt=8 +'customclient_ios' => '', //https://itunes.apple.com/us/app/owncloud/id543672169?mt=8 // PREVIEW /* the max width of a generated preview, if value is null, there is no limit */ |