1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-11-22 04:23:01 +00:00

Bugfix: Misspelling of preprocessors

This commit is contained in:
Starbeamrainbowlabs 2015-10-03 13:22:19 +01:00
parent 1052d76184
commit 10cb0600bd

View file

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