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,7 +609,9 @@ class Smarty
|
|||||||
header("Last-Modified: ".$gmt_mtime);
|
header("Last-Modified: ".$gmt_mtime);
|
||||||
echo $_smarty_results;
|
echo $_smarty_results;
|
||||||
}
|
}
|
||||||
}
|
} else {
|
||||||
|
echo $_smarty_results;
|
||||||
|
}
|
||||||
error_reporting($_smarty_old_error_level);
|
error_reporting($_smarty_old_error_level);
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
|
@@ -609,7 +609,9 @@ class Smarty
|
|||||||
header("Last-Modified: ".$gmt_mtime);
|
header("Last-Modified: ".$gmt_mtime);
|
||||||
echo $_smarty_results;
|
echo $_smarty_results;
|
||||||
}
|
}
|
||||||
}
|
} else {
|
||||||
|
echo $_smarty_results;
|
||||||
|
}
|
||||||
error_reporting($_smarty_old_error_level);
|
error_reporting($_smarty_old_error_level);
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user