From: Emil Williams Date: Thu, 8 May 2025 03:28:00 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=d6c845c10e0775c65e362b1bbe28815d4fcb6d64;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index 9371a19..79f9aec 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -93,7 +93,7 @@ sub init { my @set = @{$page{$key}}; next if $set[0] != STATIC_PAGE; syslog("info", "Marking Static '$key'"); - $vars{"uri"} = "$key"; + $vars->{"uri"} = "$key"; my $temporary; $template->process($set[1], $vars, \$temporary) or syslog("info", $template->error()); $static{$key} = $temporary;