mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-44599 undeprecate SITEID
There is no way we could implement multitenant now, it means there is no reason to deprecate SITEID.
This commit is contained in:
parent
c0e88129d1
commit
5940a2bbff
@ -737,7 +737,7 @@ try {
|
||||
}
|
||||
// And the 'default' course - this will usually get reset later in require_login() etc.
|
||||
$COURSE = clone($SITE);
|
||||
/** @deprecated Id of the frontpage course, use $SITE->id instead */
|
||||
// Id of the frontpage course.
|
||||
define('SITEID', $SITE->id);
|
||||
|
||||
// init session prevention flag - this is defined on pages that do not want session
|
||||
|
Loading…
x
Reference in New Issue
Block a user