]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove uneeded lines
authorLukas Reschke <lukas@statuscode.ch>
Sat, 9 Feb 2013 22:43:44 +0000 (23:43 +0100)
committerLukas Reschke <lukas@statuscode.ch>
Sat, 9 Feb 2013 22:43:48 +0000 (23:43 +0100)
settings/ajax/updateapp.php

index 9367a3b5a3bf9e76645583fc53b7b9967e470233..300e864251532615fabf271c2776fd92446a6139 100644 (file)
@@ -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