Bugfix: Misspelling of preprocessors

This commit is contained in:
Starbeamrainbowlabs 2015-10-03 13:22:19 +01:00
parent 1052d76184
commit 10cb0600bd
1 changed files with 1 additions and 1 deletions

View File

@ -605,7 +605,7 @@ $save_preprocessors = [];
function register_save_preprocessor($func)
{
global $save_preprocessors;
$save_processessors[] = $func;
$save_preprocessors[] = $func;
}
//////////////////////////////////////////////////////////////////