Fixed Extensions Manager GUI

This commit is contained in:
Paolo
2025-11-05 14:23:09 +01:00
parent abcc31b4e9
commit 481b221f89
@@ -57,7 +57,7 @@
<label for="notPerformSql"><?php echo $this->p->t('extensions', 'performSql'); ?></label>
</div>
<div>
<input type="checkbox" class="checkbox" id="notPerformSql" name="notPerformSql"/>
<input type="checkbox" checked="true" class="checkbox" id="performSql" name="performSql"/>
</div>
</div>
</form>