diff --git a/Controller/PluginCleaningController.php b/Controller/PluginCleaningController.php index a6ce0b7..70ee370 100644 --- a/Controller/PluginCleaningController.php +++ b/Controller/PluginCleaningController.php @@ -32,7 +32,7 @@ public function confirmDeletePlugin() $this->response->html($this->template->render('contentCleaner:config/modals/plugin_delete', array( 'title' => t('Confirm Cleaning Job'), 'plugin_job_name' => $this->request->getStringParam('plugin_job_name'), - 'job' => $this->request->getStringParam('job_number'), + 'job' => $this->request->getStringParam('job'), 'folder_name' => $this->helper->pluginCleaningHelper->getFolderName(), ))); }