* Tue Sep 23 2025 Brian Read <brianr@koozali.org> 2.3.0-12.sme
- Change $config to config in layout file(s) [SME: 13171]
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
% content_for 'module' => begin
|
||||
<div id="module" class="module geneweb-panel">
|
||||
% if ($config->{debug} == 1) {
|
||||
% if (config->{debug} == 1) {
|
||||
<p>
|
||||
%= dumper $c->current_route
|
||||
</p>
|
||||
|
@@ -3,7 +3,7 @@ Summary: Package to integrate GeneWeb (V6) into SME Server
|
||||
%define name smeserver-geneweb
|
||||
Name: %{name}
|
||||
%define version 2.3.0
|
||||
%define release 11
|
||||
%define release 12
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
License: GPL
|
||||
@@ -72,6 +72,9 @@ fi
|
||||
%postun
|
||||
|
||||
%changelog
|
||||
* Tue Sep 23 2025 Brian Read <brianr@koozali.org> 2.3.0-12.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> 2.3.0-11.sme
|
||||
- Fix e-smith references in smeserver-geneweb [SME: 12732]
|
||||
|
||||
|
Reference in New Issue
Block a user