This commit is contained in:
Frank Karlitschek 2012-09-12 12:10:57 +02:00
commit 54eae53206
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ $appid = OC_App::enable($_POST['appid']);
if($appid !== false) {
OC_JSON::success(array('data' => array('appid' => $appid)));
} else {
OC_JSON::error();
OC_JSON::error(array("data" => array( "message" => $l->t("Could not enable app. ") )));
}