mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'MDL-76725' of https://github.com/paulholden/moodle
This commit is contained in:
commit
4e8aee01fe
@ -332,7 +332,7 @@ abstract class wiki_markup_parser extends generic_parser {
|
||||
|
||||
protected function real_path($url) {
|
||||
$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…
x
Reference in New Issue
Block a user