From 6488e68eebacd09ceda0634da0ebebc55d6a9332 Mon Sep 17 00:00:00 2001 From: aljawaid <10233708+aljawaid@users.noreply.github.com> Date: Tue, 9 May 2023 22:18:49 +0100 Subject: [PATCH] Delete Unused Variable - #12 --- Controller/PluginCleaningController.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Controller/PluginCleaningController.php b/Controller/PluginCleaningController.php index 755d35b..ddfae80 100644 --- a/Controller/PluginCleaningController.php +++ b/Controller/PluginCleaningController.php @@ -42,7 +42,6 @@ public function confirmDeletePluginTables() { $this->response->html($this->template->render('contentCleaner:config/modals/plugin_deep_clean', array( 'plugin_job_name' => $this->request->getStringParam('plugin_job_name'), - 'job_number' => $this->request->getStringParam('job_number'), ))); } @@ -66,7 +65,6 @@ public function confirmDeleteCoreTableColumns() { $this->response->html($this->template->render('contentCleaner:config/modals/plugin_deep_clean', array( 'plugin_job_name' => $this->request->getStringParam('plugin_job_name'), - 'job_number' => $this->request->getStringParam('job_number'), ))); } @@ -96,7 +94,6 @@ public function confirmDeleteCoreTableEntries() { $this->response->html($this->template->render('contentCleaner:config/modals/plugin_deep_clean', array( 'plugin_job_name' => $this->request->getStringParam('plugin_job_name'), - 'job_number' => $this->request->getStringParam('job_number'), ))); } @@ -117,7 +114,6 @@ public function confirmDeletePluginSchemaEntry() { $this->response->html($this->template->render('contentCleaner:config/modals/plugin_deep_clean', array( 'plugin_job_name' => $this->request->getStringParam('plugin_job_name'), - 'job_number' => $this->request->getStringParam('job_number'), ))); }