mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Minor mnet keyswap bugfix
This commit is contained in:
parent
c4a71837f3
commit
4fc66605f2
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ function mnet_server_dispatch($payload) {
|
||||||
exit(mnet_server_fault(713, 'nosuchfunction'));
|
exit(mnet_server_fault(713, 'nosuchfunction'));
|
||||||
}
|
}
|
||||||
|
|
||||||
if(preg_match("/^system./", $method)) {
|
if(preg_match("/^system\./", $method)) {
|
||||||
$callstack = explode('.', $method);
|
$callstack = explode('.', $method);
|
||||||
} else {
|
} else {
|
||||||
$callstack = explode('/', $method);
|
$callstack = explode('/', $method);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue