From 2dde418e996c5383ee6238b727ece335e7ef3965 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Sat, 9 Feb 2013 23:43:44 +0100 Subject: [PATCH] Remove uneeded lines --- settings/ajax/updateapp.php | 5 +---- 1 file changed, 1 insertion(+), 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 -- 2.39.5