MDL-10796 fixed wiki deprecated passing by reference; merged from MOODLE_19_STABLE

This commit is contained in:
skodak 2008-02-05 18:42:37 +00:00
parent ca177540ba
commit cd2d75e95c

View File

@ -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