mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'MDL-85028-main' of https://github.com/andrewnicols/moodle
This commit is contained in:
commit
db11ca6a1d
@ -358,7 +358,7 @@ class page_requirements_manager {
|
||||
protected function get_api_base(): string {
|
||||
global $CFG;
|
||||
|
||||
if (!empty($CFG->router_configured)) {
|
||||
if (!empty($CFG->routerconfigured)) {
|
||||
return sprintf(
|
||||
"%s/api",
|
||||
$CFG->wwwroot,
|
||||
|
Loading…
x
Reference in New Issue
Block a user