From 10cb0600bdc16d6da438dcd20f7b4e775e4be38e Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 3 Oct 2015 13:22:19 +0100 Subject: [PATCH] Bugfix: Misspelling of preprocessors --- core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } //////////////////////////////////////////////////////////////////