mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
MDL-10796 fixed wiki deprecated passing by reference; merged from MOODLE_19_STABLE
This commit is contained in:
parent
ca177540ba
commit
cd2d75e95c
@ -1779,7 +1779,7 @@ function ewiki_format (
|
||||
|
||||
#-- pre-processing plugins (working on wiki source)
|
||||
if ($pf_source = $ewiki_plugins["format_source"]) {
|
||||
foreach ($pf_source as $pf) $pf(&$iii[0][0]);
|
||||
foreach ($pf_source as $pf) $pf($iii[0][0]);
|
||||
}
|
||||
|
||||
#-- simple markup
|
||||
|
Loading…
x
Reference in New Issue
Block a user