From 5c8bbf0369d2677895459686a061cef3e5e619ad Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Tue, 20 May 2025 18:51:46 -0600 Subject: [PATCH] -- --- perl/Triple/Init.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/Triple/Init.pm b/perl/Triple/Init.pm index 3f0929b..8b3afb1 100644 --- a/perl/Triple/Init.pm +++ b/perl/Triple/Init.pm @@ -54,7 +54,7 @@ sub static { $vars->{"title"} = "$set[Triple::PAGE_TITLE]"; $vars->{"description"} = "$set[Triple::PAGE_DESCRIPTION]"; syslog("info", $vars->{"uri"} . " " . $vars->{"title"} . " " . $vars->{"description"}); - my $x = Triple::DYNAMIC_PAGE; + my $x = DYNAMIC_PAGE; syslog("info", "important " . $x); my $temporary; $template->process($set[Triple::PAGE_TT], $vars, \$temporary) or syslog("info", $template->error()); -- 2.39.5