Router update for Settings and Setup + unit tests

This commit is contained in:
Jonathan Labreuille
2016-01-29 18:46:12 +01:00
parent b577d33414
commit d4623cf763
4 changed files with 77 additions and 5 deletions

View File

@ -17,8 +17,8 @@ class Setup {
} catch(Exception $e) {
$result = false;
}
wp_send_json(array(
return array(
'result' => $result
));
);
}
}