summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2013-02-09 23:43:44 +0100
committerLukas Reschke <lukas@statuscode.ch>2013-02-09 23:43:48 +0100
commit2dde418e996c5383ee6238b727ece335e7ef3965 (patch)
tree92063825c7765047a10eb2701e558e3479e87c13 /settings
parent0222c589ac7c006c09dca6cea09cae9a1006a0b4 (diff)
downloadnextcloud-server-2dde418e996c5383ee6238b727ece335e7ef3965.tar.gz
nextcloud-server-2dde418e996c5383ee6238b727ece335e7ef3965.zip
Remove uneeded lines
Diffstat (limited to 'settings')
-rw-r--r--settings/ajax/updateapp.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/settings/ajax/updateapp.php b/settings/ajax/updateapp.php
index 9367a3b5a3b..300e8642515 100644
--- a/settings/ajax/updateapp.php
+++ b/settings/ajax/updateapp.php
@@ -12,7 +12,4 @@ if($result !== false) {
} else {
$l = OC_L10N::get('settings');
OC_JSON::error(array("data" => array( "message" => $l->t("Couldn't update app.") )));
-}
-
-
-
+} \ No newline at end of file