]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-10796 fixed wiki deprecated passing by reference; merged from MOODLE_19_STABLE
authorskodak <skodak>
Tue, 5 Feb 2008 18:42:37 +0000 (18:42 +0000)
committerskodak <skodak>
Tue, 5 Feb 2008 18:42:37 +0000 (18:42 +0000)
mod/wiki/ewiki/ewiki.php

index 5600af901997640c4f3ca55732f5a2dbb1a5a52d..00ed397bb2b71918bda0e51d3af500e559783907 100644 (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