Skip to content

Commit

Permalink
Add variable to send to template
Browse files Browse the repository at this point in the history
- #11
- thanks @creecros
  • Loading branch information
aljawaid committed May 1, 2023
1 parent ac273a5 commit ec0ca09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Controller/ContentCleanerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public function show()
'title' => t('Settings') .' ⥂ '.t('Content Cleaner'),
'db_size' => $this->configModel->getDatabaseSize(),
'db_version' => $this->db->getDriver()->getDatabaseVersion(),
'deletable_plugins' => $this->getDeletablePlugins(),
)));
}

Expand Down

0 comments on commit ec0ca09

Please sign in to comment.