This commit is contained in:
Chris 2012-08-16 14:00:25 +01:00
parent 88699695d7
commit 515e2fbdfe

View File

@ -93,7 +93,7 @@ sub new {
$self -> add_load_path($self -> {"blockdir"}) if($self -> {"blockdir"});
# Set the template object's module reference
$self -> {"template"} -> set_module_obj($obj) if($self -> {"template"});
$self -> {"template"} -> set_module_obj($self) if($self -> {"template"});
return $self;
}