oops forget to undo test
This commit is contained in:
parent
a13a21252d
commit
b5e0d8c6b6
@ -76,7 +76,7 @@ class Backend extends dcNsProcess
|
|||||||
$done = [];
|
$done = [];
|
||||||
foreach ($uninstaller->getDirectActions($define->getId()) as $cleaner => $stack) {
|
foreach ($uninstaller->getDirectActions($define->getId()) as $cleaner => $stack) {
|
||||||
foreach ($stack as $action) {
|
foreach ($stack as $action) {
|
||||||
if (true) {//$uninstaller->execute($cleaner, $action['action'], $action['ns'])) {
|
if ($uninstaller->execute($cleaner, $action['action'], $action['ns'])) {
|
||||||
$done[] = $action['success'];
|
$done[] = $action['success'];
|
||||||
} else {
|
} else {
|
||||||
dcCore::app()->error->add($action['error']);
|
dcCore::app()->error->add($action['error']);
|
||||||
|
Loading…
Reference in New Issue
Block a user