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