Index: trunk/phase3/includes/Parser.php |
— | — | @@ -435,7 +435,7 @@ |
436 | 436 | $full_tag = $ext_tags[$tag][$marker]; |
437 | 437 | $params = $ext_params[$tag][$marker]; |
438 | 438 | if ( $render ) |
439 | | - $ext_content[$tag][$marker] = call_user_func_array( $callback, array( $content, $params, $this ) ); |
| 439 | + $ext_content[$tag][$marker] = call_user_func_array( $callback, array( $content, $params, &$this ) ); |
440 | 440 | else { |
441 | 441 | if ( is_null( $content ) ) { |
442 | 442 | // Empty element tag |