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

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

View File

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

View File

@@ -1,7 +1,7 @@
%define name smeserver-qmHandle %define name smeserver-qmHandle
Name: %{name} Name: %{name}
%define version 1.4 %define version 1.4
%define release 27 %define release 28
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
BuildArch: noarch BuildArch: noarch
@@ -29,6 +29,9 @@ A panel for managing the Qmail queues using qmHandle
(http://sourceforge.net/projects/qmhandle) (http://sourceforge.net/projects/qmhandle)
%changelog %changelog
* Tue Sep 23 2025 Brian Read <brianr@koozali.org> 1.4-28.sme
- Change $config to config in layout file(s) [SME: 13171]
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.4-27.sme * Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.4-27.sme
- Fix e-smith references in smeserver-qmHandle [SME: 12732] - Fix e-smith references in smeserver-qmHandle [SME: 12732]