mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-04 15:44:07 +01:00
* [ADD] Unit testing. Work in progress
* [ADD] Added verification after XML exporting * [MOD] Updated EN translations * [MOD] Code refactoring
This commit is contained in:
@@ -33,6 +33,7 @@ use SP\Services\Export\XmlExportService;
|
||||
|
||||
/**
|
||||
* Class ConfigController
|
||||
*
|
||||
* @package SP\Modules\Api\Controllers
|
||||
*/
|
||||
class ConfigController extends ControllerBase
|
||||
@@ -83,7 +84,7 @@ class ConfigController extends ControllerBase
|
||||
);
|
||||
|
||||
$this->dic->get(XmlExportService::class)
|
||||
->doExport($password);
|
||||
->doExport(BACKUP_PATH, $password);
|
||||
|
||||
$this->eventDispatcher->notifyEvent('run.export.end',
|
||||
new Event($this, EventMessage::factory()
|
||||
|
||||
Reference in New Issue
Block a user