mirror of
https://github.com/moodle/moodle.git
synced 2025-02-23 03:18:07 +01:00
Merge branch 'MDL-83367-405' of https://github.com/dravek/moodle into MOODLE_405_STABLE
This commit is contained in:
commit
cec04e64a1
@ -1492,7 +1492,7 @@ class manager {
|
||||
global $CFG;
|
||||
|
||||
if (!empty($CFG->pathtophp) && is_executable(trim($CFG->pathtophp))) {
|
||||
return $CFG->pathtophp;
|
||||
return trim($CFG->pathtophp);
|
||||
}
|
||||
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user