Skip to content
Snippets Groups Projects
Commit 54eae532 authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

Merge branch 'master' of https://github.com/owncloud/core

parents c0a3bdb7 62d8202d
No related branches found
No related tags found
No related merge requests found
......@@ -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. ") )));
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment