mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Merge branch 'MDL-61394-master-fix' of git://git.cameron1729.xyz/moodle
This commit is contained in:
commit
e63da7ba58
@ -111,7 +111,7 @@ class core_scss extends \Leafo\ScssPhp\Compiler {
|
||||
public function compile($code, $path = null) {
|
||||
global $CFG;
|
||||
|
||||
$pathtosassc = trim($CFG->pathtosassc);
|
||||
$pathtosassc = trim($CFG->pathtosassc ?? '');
|
||||
|
||||
if (!empty($pathtosassc) && is_executable($pathtosassc) && !is_dir($pathtosassc)) {
|
||||
$process = proc_open(
|
||||
|
Loading…
x
Reference in New Issue
Block a user