Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ctools
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal.org
ctools
Commits
673cfd68
Commit
673cfd68
authored
16 years ago
by
Earl Miles
Browse files
Options
Downloads
Patches
Plain Diff
Missed a ctools_include
parent
5b52254b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
delegator/plugins/tasks/page.inc
+1
-0
1 addition, 0 deletions
delegator/plugins/tasks/page.inc
includes/object-cache.inc
+1
-0
1 addition, 0 deletions
includes/object-cache.inc
with
2 additions
and
0 deletions
delegator/plugins/tasks/page.inc
+
1
−
0
View file @
673cfd68
...
@@ -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
();
...
...
This diff is collapsed.
Click to expand it.
includes/object-cache.inc
+
1
−
0
View file @
673cfd68
...
@@ -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.
*
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment