mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 16:36:59 +01:00
* [FIX] Wrong behavior when returning controller's method result
* [MOD] Code refactoring
This commit is contained in:
@@ -67,7 +67,7 @@ final class BootstrapController extends SimpleControllerBase
|
||||
'files_allowed_exts' => $this->configData->getFilesAllowedExts()
|
||||
];
|
||||
|
||||
$this->returnJsonResponseData($data);
|
||||
return $this->returnJsonResponseData($data);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user