MDL-40425 libraries: Remove context_instance_preload() from core

This commit is contained in:
Ankit Agarwal
2013-07-09 15:55:51 +08:00
parent c5dcd25d5f
commit db314f34fb
14 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -7232,7 +7232,7 @@ class context_block extends context {
// completely.
/**
* Preloads context information together with instances.
* Use context_instance_preload() to strip the context info from the record and cache the context instance.
* Use context_helper::preload_from_record() to strip the context info from the record and cache the context instance.
*
* @deprecated since 2.2
* @param string $joinon for example 'u.id'