mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 13:33:52 +02:00
Merge branch 'MDL-76725-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
This commit is contained in:
commit
0f28e2b02c
@ -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