mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
- bugfix force file: resource in demo resource.extendsall.php
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
===== 3.1.28-dev===== (xx.xx.2015)
|
===== 3.1.28-dev===== (xx.xx.2015)
|
||||||
|
10.07.2015
|
||||||
|
- bugfix force file: resource in demo resource.extendsall.php
|
||||||
|
|
||||||
08.07.2015
|
08.07.2015
|
||||||
- bugfix convert each word of class names to ucfirst in in compiler. (forum topic 25588)
|
- bugfix convert each word of class names to ucfirst in in compiler. (forum topic 25588)
|
||||||
|
|
||||||
|
@@ -25,7 +25,7 @@ class Smarty_Resource_Extendsall extends Smarty_Internal_Resource_Extends
|
|||||||
$exists = true;
|
$exists = true;
|
||||||
foreach ($source->smarty->getTemplateDir() as $key => $directory) {
|
foreach ($source->smarty->getTemplateDir() as $key => $directory) {
|
||||||
try {
|
try {
|
||||||
$s = Smarty_Template_Source::load(null, $source->smarty, '[' . $key . ']' . $source->name);
|
$s = Smarty_Template_Source::load(null, $source->smarty, 'file:[' . $key . ']' . $source->name);
|
||||||
if (!$s->exists) {
|
if (!$s->exists) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user