This commit is contained in:
Jordan
2026-04-15 19:58:40 +01:00
parent 4f78c9276e
commit f64a790b9b
3 changed files with 4 additions and 4 deletions

View File

@@ -392,7 +392,7 @@ addPlugins("pre_render",$resultInclude);
if (class_exists("CocoDB") && isset(CocoDB::$force_redis_html) && CocoDB::$force_redis_html && @$hash){
CocoDB::cacheSet(@$hash,$resultInclude);
}
if (detect_error_on_code($resultInclude) === false){
if (detect_error_on_code($resultInclude) ){
echo $resultInclude;
}else{
echo error_html($resultInclude);