* Sat May 17 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme

- Fix $config-> to confg-> in template [SME: 12908]
This commit is contained in:
2025-05-17 12:00:38 +01:00
parent 95634d7cea
commit 3639944078
3 changed files with 7 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
<div id="module" class="module wbl-panel">
%if ($config->{debug} == 1) {
%if (config->{debug} == 1) {
<p>
%= dumper $c->current_route
%= dumper $wbl_datas