mirror of
https://github.com/moodle/moodle.git
synced 2025-04-03 23:42:39 +02:00
Merge branch 'MDL-76468-master' of https://github.com/andrewnicols/moodle
This commit is contained in:
commit
2dcb36153d
@ -941,7 +941,7 @@ class theme_config {
|
||||
|
||||
$url = new moodle_url("/theme/styles.php");
|
||||
if (!empty($CFG->slasharguments)) {
|
||||
$url->set_slashargument("{$this->name}/{$rev}/{$type}", 'noparam', true);
|
||||
$url->set_slashargument("/{$this->name}/{$rev}/{$type}", 'noparam', true);
|
||||
} else {
|
||||
$url->params([
|
||||
'theme' => $this->name,
|
||||
|
Loading…
x
Reference in New Issue
Block a user