From 22e127f46c22bea323bb9ee58da033553b10e380 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 26 May 2020 10:50:23 +0000 Subject: [PATCH] fix #3663 --- framework/application/controllers/MaintenanceController.php | 2 +- index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/application/controllers/MaintenanceController.php b/framework/application/controllers/MaintenanceController.php index bdbabbf..8ac5424 100644 --- a/framework/application/controllers/MaintenanceController.php +++ b/framework/application/controllers/MaintenanceController.php @@ -78,6 +78,6 @@ class MaintenanceController extends CubeIT_Controller_MaintenanceController `$deleteCmd`; }); - echo $id . ' : ' . $dir . ' // ' . print_r($res); + echo $id . ' : ' . $dir . ' // ' . print_r($res,true); } } diff --git a/index.php b/index.php index a3411bb..1cb64f1 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,5 @@