mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 10:24:26 +02:00
fix bug with last_modified_check code
This commit is contained in:
@@ -609,6 +609,8 @@ class Smarty
|
||||
header("Last-Modified: ".$gmt_mtime);
|
||||
echo $_smarty_results;
|
||||
}
|
||||
} else {
|
||||
echo $_smarty_results;
|
||||
}
|
||||
error_reporting($_smarty_old_error_level);
|
||||
return true;
|
||||
|
@@ -609,6 +609,8 @@ class Smarty
|
||||
header("Last-Modified: ".$gmt_mtime);
|
||||
echo $_smarty_results;
|
||||
}
|
||||
} else {
|
||||
echo $_smarty_results;
|
||||
}
|
||||
error_reporting($_smarty_old_error_level);
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user