Added to personal settings page.

This commit is contained in:
scolebrook 2014-07-08 15:15:22 -04:00 committed by Morris Jobke
parent 2e127d2c5e
commit 8c43584450
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@ usort( $languages, function ($a, $b) {
//links to clients
$clients = array(
'desktop' => OC_Config::getValue('customclient_desktop', $defaults->getSyncClientUrl()),
'android' => OC_Config::getValue('customclient_android', 'https://play.google.com/store/apps/details?id=com.owncloud.android'),
'ios' => OC_Config::getValue('customclient_ios', 'https://itunes.apple.com/us/app/owncloud/id543672169?mt=8')
'android' => OC_Config::getValue('customclient_android', $defaults->getAndroidClientUrl()),
'ios' => OC_Config::getValue('customclient_ios', $defaults->getiOSClientUrl())
);
// Return template