mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-25 17:23:00 +00:00
Bugfix: Misspelling of preprocessors
This commit is contained in:
parent
1052d76184
commit
10cb0600bd
1 changed files with 1 additions and 1 deletions
2
core.php
2
core.php
|
@ -605,7 +605,7 @@ $save_preprocessors = [];
|
||||||
function register_save_preprocessor($func)
|
function register_save_preprocessor($func)
|
||||||
{
|
{
|
||||||
global $save_preprocessors;
|
global $save_preprocessors;
|
||||||
$save_processessors[] = $func;
|
$save_preprocessors[] = $func;
|
||||||
}
|
}
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Reference in a new issue