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:
Petr Škoda 2014-03-13 12:06:13 +08:00
parent c0e88129d1
commit 5940a2bbff

View File

@ -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