From ee3b36dedcba07398a9b59a8ab6eb4ab8e4ea68c Mon Sep 17 00:00:00 2001 From: Angel Ortega Date: Mon, 23 Aug 2010 10:52:39 +0200 Subject: [PATCH] Do not load the 'config' special template. --- Gruta/Template/Art5.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Gruta/Template/Art5.pm b/Gruta/Template/Art5.pm index d5fddb0..c7cb3d9 100644 --- a/Gruta/Template/Art5.pm +++ b/Gruta/Template/Art5.pm @@ -812,11 +812,6 @@ sub _art5 { } } - # load configuration - if (my $cfg = $a->code('config')) { - $a->exec($cfg); - } - # finally store $self->{_art5} = $a; -- 2.11.4.GIT