diff options
author | kondou <kondou@ts.unde.re> | 2013-08-30 13:16:13 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-08-30 13:16:13 +0200 |
commit | 80e10f01c42ec43c09816668a3aff28d55ef65b9 (patch) | |
tree | c860b76b545fdf7983ddb73b15f70b343a5d7dda /core/avatar | |
parent | ecf187393becc7dc613b4fd1322e40eb58f9f0fd (diff) | |
download | nextcloud-server-80e10f01c42ec43c09816668a3aff28d55ef65b9.tar.gz nextcloud-server-80e10f01c42ec43c09816668a3aff28d55ef65b9.zip |
Clean up
Diffstat (limited to 'core/avatar')
-rw-r--r-- | core/avatar/controller.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/avatar/controller.php b/core/avatar/controller.php index 9666fd879fb..66ee7edafbe 100644 --- a/core/avatar/controller.php +++ b/core/avatar/controller.php @@ -109,8 +109,8 @@ class OC_Core_Avatar_Controller { // Clean up \OC_Cache::remove('tmpavatar'); \OC_JSON::success(); - } catch (\Exception $e) { - \OC_JSON::error(array("data" => array("message" => $e->getMessage()) )); - } + } catch (\Exception $e) { + \OC_JSON::error(array("data" => array("message" => $e->getMessage()) )); + } } } |