Coding standard fixes

This commit is contained in:
fred
2017-04-15 19:35:52 +02:00
parent dd7f959731
commit a1ea56f505
5 changed files with 294 additions and 298 deletions

View File

@ -35,7 +35,7 @@ class MP2MigratorAPI extends APIEndpoint {
*/
public function stopImport($data) {
try {
$process = $this->MP2Migrator->stop_import();
$process = $this->MP2Migrator->stopImport();
return $this->successResponse($process);
} catch(\Exception $e) {
return $this->errorResponse(array(