Skip to content

Commit

Permalink
Fix Variable
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Jul 23, 2023
1 parent 913b1c9 commit 5230ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/PluginCleaningController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
)));
}
Expand Down

0 comments on commit 5230ba2

Please sign in to comment.