Skip to content
Snippets Groups Projects
Commit 673cfd68 authored by Earl Miles's avatar Earl Miles
Browse files

Missed a ctools_include

parent 5b52254b
No related branches found
No related tags found
No related merge requests found
...@@ -303,6 +303,7 @@ function delegator_page_execute($subtask_id) { ...@@ -303,6 +303,7 @@ function delegator_page_execute($subtask_id) {
$task = delegator_get_task('page'); $task = delegator_get_task('page');
ctools_include('context-task-handler');
$output = ctools_context_handler_render($task, $subtask_id, $contexts); $output = ctools_context_handler_render($task, $subtask_id, $contexts);
if ($output === FALSE) { if ($output === FALSE) {
return drupal_not_found(); return drupal_not_found();
......
...@@ -72,6 +72,7 @@ function ctools_object_cache_clear($obj, $name) { ...@@ -72,6 +72,7 @@ function ctools_object_cache_clear($obj, $name) {
db_query("DELETE FROM {ctools_object_cache} WHERE sid = '%s' AND obj = '%s' AND name = '%s'", session_id(), $obj, $name); db_query("DELETE FROM {ctools_object_cache} WHERE sid = '%s' AND obj = '%s' AND name = '%s'", session_id(), $obj, $name);
} }
/** /**
* Determine if another user has a given object cached. * Determine if another user has a given object cached.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment