mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Merge branch 'master' of https://github.com/owncloud/core
This commit is contained in:
commit
54eae53206
1 changed files with 1 additions and 1 deletions
|
|
@ -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. ") )));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue