Skip to content

Commit

Permalink
FIX: Add Missing Variables
Browse files Browse the repository at this point in the history
 - closes #24
  • Loading branch information
aljawaid committed Sep 19, 2023
1 parent 3d9d713 commit 1ba492d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Template/config/support.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</section>
<!-- DATABASE CONNECTION -->
<section id="DBSupportSection" class="support-section">
<?= $this->render('KanboardSupport:config_sections/db-connection') ?>
<?= $this->render('KanboardSupport:config_sections/db-connection', array('db_size' => $db_size, 'db_version' => $db_version)) ?>
</section>
<!-- EMAIL CONNECTION -->
<section class="support-section">
Expand Down

0 comments on commit 1ba492d

Please sign in to comment.