diff --git a/includes/context.inc b/includes/context.inc index 9be416db6ac2a301de2bab896373de41397445d8..ea2799821d8ab0710c283eefc32ca67b470c68ad 100644 --- a/includes/context.inc +++ b/includes/context.inc @@ -337,6 +337,7 @@ function _ctools_context_select($contexts, $required, $context) { * A $context or NULL if one could not be created. */ function ctools_context_create($type, $data = NULL, $conf = FALSE) { + ctools_include('plugins'); if ($function = ctools_plugin_load_function('ctools', 'contexts', $type, 'context')) { return $function(FALSE, $data, $conf); }