* Tue Sep 23 2025 Brian Read <brianr@koozali.org> 1.4-9.sme

- Change $config to config in layout file(s) [SME: 13171]
This commit is contained in:
2025-09-23 13:06:29 +01:00
parent c91dbf5037
commit 3137872240
2 changed files with 5 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
% content_for 'module' => begin
<div id="module" class="module domains-panel">
% if ($config->{debug} == 1) {
% if (config->{debug} == 1) {
<p>
%= dumper $c->current_route
</p>