diff --git a/core/module/install/install.php b/core/module/install/install.php index 43f85954..6b897faf 100644 --- a/core/module/install/install.php +++ b/core/module/install/install.php @@ -330,7 +330,7 @@ class install extends common 'display' => self::DISPLAY_JSON, 'content' => [ 'success' =>$success, - 'data' => $success ? '' : + 'data' => $success ] ]); break;