diff --git a/core.php b/core.php index cf5f30b..3ece0d3 100644 --- a/core.php +++ b/core.php @@ -605,7 +605,7 @@ $save_preprocessors = []; function register_save_preprocessor($func) { global $save_preprocessors; - $save_processessors[] = $func; + $save_preprocessors[] = $func; } //////////////////////////////////////////////////////////////////