mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Minor mnet keyswap bugfix
This commit is contained in:
parent
c4a71837f3
commit
4fc66605f2
@ -366,7 +366,7 @@ function mnet_server_dispatch($payload) {
|
||||
exit(mnet_server_fault(713, 'nosuchfunction'));
|
||||
}
|
||||
|
||||
if(preg_match("/^system./", $method)) {
|
||||
if(preg_match("/^system\./", $method)) {
|
||||
$callstack = explode('.', $method);
|
||||
} else {
|
||||
$callstack = explode('/', $method);
|
||||
|
Loading…
x
Reference in New Issue
Block a user