Index: branches/5.2.x/core/kernel/nparser/template_cache.php =================================================================== diff -u -N -r15012 -r16046 --- branches/5.2.x/core/kernel/nparser/template_cache.php (.../template_cache.php) (revision 15012) +++ branches/5.2.x/core/kernel/nparser/template_cache.php (.../template_cache.php) (revision 16046) @@ -1,6 +1,6 @@ GetRealFilename( strtolower($filename) ); + $real_file = $this->GetRealFilename($filename); if (substr($real_file, -4) != '.tpl') { // add ".tpl" file extension, when not specified in template name $real_file .= '.tpl'; @@ -444,4 +444,4 @@ return false; } -} \ No newline at end of file +}