mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-28134 General : fixed CFG->branch notice during web/cli installation
This commit is contained in:
parent
ed01233ace
commit
ad394588db
2 changed files with 6 additions and 0 deletions
|
@ -95,6 +95,9 @@ if (!isset($CFG->release)) {
|
|||
if (!isset($CFG->version)) {
|
||||
$CFG->version = '';
|
||||
}
|
||||
if (!isset($CFG->branch)) {
|
||||
$CFG->branch = '';
|
||||
}
|
||||
|
||||
$version = null;
|
||||
$release = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue