mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-76725' of https://github.com/paulholden/moodle
This commit is contained in:
commit
4e8aee01fe
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ abstract class wiki_markup_parser extends generic_parser {
|
||||||
|
|
||||||
protected function real_path($url) {
|
protected function real_path($url) {
|
||||||
$callbackargs = array_merge(array($url), $this->realpathcallbackargs);
|
$callbackargs = array_merge(array($url), $this->realpathcallbackargs);
|
||||||
return call_user_func_array($this->realpathcallback, $callbackargs);
|
return call_user_func_array($this->realpathcallback, array_values($callbackargs));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue