diff options
author | Kondou <kondou@ts.unde.re> | 2013-08-18 07:16:15 -0700 |
---|---|---|
committer | Kondou <kondou@ts.unde.re> | 2013-08-18 07:16:15 -0700 |
commit | c7af26ec84f2aecc8198f9a3a080950e89e5ec10 (patch) | |
tree | 3132ca40c99d16a8efd79b1a9ce6309e5545a5d4 /apps/files_encryption/ajax/changeRecoveryPassword.php | |
parent | 3366bbeb8a91db9dd7f592bce8760156a23c0530 (diff) | |
parent | 9e8a6b704d4b65bb999d992f4900a9e184d952bd (diff) | |
download | nextcloud-server-c7af26ec84f2aecc8198f9a3a080950e89e5ec10.tar.gz nextcloud-server-c7af26ec84f2aecc8198f9a3a080950e89e5ec10.zip |
Merge pull request #4497 from owncloud/newlines_at_eof_kondou
Add newlines at the end of files
Diffstat (limited to 'apps/files_encryption/ajax/changeRecoveryPassword.php')
-rw-r--r-- | apps/files_encryption/ajax/changeRecoveryPassword.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/ajax/changeRecoveryPassword.php b/apps/files_encryption/ajax/changeRecoveryPassword.php index 366f634a51c..945f054ea84 100644 --- a/apps/files_encryption/ajax/changeRecoveryPassword.php +++ b/apps/files_encryption/ajax/changeRecoveryPassword.php @@ -49,4 +49,4 @@ if ($return) { \OCP\JSON::success(array('data' => array('message' => $l->t('Password successfully changed.')))); } else { \OCP\JSON::error(array('data' => array('message' => $l->t('Could not change the password. Maybe the old password was not correct.')))); -}
\ No newline at end of file +} |