oops forget to undo test

master
Jean-Christian Paul Denis 2023-04-16 00:18:20 +02:00
parent a13a21252d
commit b5e0d8c6b6
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class Backend extends dcNsProcess
$done = [];
foreach ($uninstaller->getDirectActions($define->getId()) as $cleaner => $stack) {
foreach ($stack as $action) {
if (true) {//$uninstaller->execute($cleaner, $action['action'], $action['ns'])) {
if ($uninstaller->execute($cleaner, $action['action'], $action['ns'])) {
$done[] = $action['success'];
} else {
dcCore::app()->error->add($action['error']);