Sophie

Sophie

distrib > Mandriva > 2010.2 > x86_64 > media > contrib-testing-src > by-pkgid > 74f531309f7b7c8c3b8e224052d3a964 > files > 3

apache-gallery-1.0-0.RC2.8mdv2010.2.src.rpm

--- /lib/Apache/Gallery.orig.pm 2010-12-17 08:40:14.000000000 +0100
+++ /lib/Apache/Gallery.pm  2010-12-17 08:40:07.000000000 +0100

@@ -340,7 +340,8 @@
 					$dirtitle =~ s/_/ /g if $r->dir_config('GalleryUnderscoresToSpaces');
 
 					$tpl_vars{FILES} .=
-					     $templates{directory}->fill_in(HASH=> {FILEURL => uri_escape($fileurl, $escape_rule),
+					     $templates{directory}->fill_in(HASH=> {%tpl_vars,
+							     			    FILEURL => uri_escape($fileurl, $escape_rule),
 										    FILE    => $dirtitle,
 										   }
 									   );