fix conf variable

This commit is contained in:
Rudis Muiznieks 2023-09-25 11:58:35 -05:00
parent cfb6aac26d
commit f25928b988
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<div class="form-group">
<label class="group-name" for="api_key"><?php echo _t('ext.kagiSummarizer.configure.api_key'); ?></label>
<div class="group-controls">
<input type="text" name="api_key" id="api_key" value="<?php echo $kagi_api_key; ?>">
<input type="text" name="api_key" id="api_key" value="<?php echo $api_key; ?>">
</div>
</div>
<div class="form-group form-actions">