projects
/
project/ctools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
93af1c3
)
Fix broken preview placeholder form.
author
Earl Miles
Thu, 10 Mar 2011 20:15:45 +0000 (12:15 -0800)
committer
Earl Miles
Thu, 10 Mar 2011 20:15:45 +0000 (12:15 -0800)
includes/context.inc
patch
|
blob
|
blame
|
history
diff --git
a/includes/context.inc
b/includes/context.inc
index
599cd7b
..
8c6d183
100644
(file)
--- a/
includes/context.inc
+++ b/
includes/context.inc
@@
-1254,7
+1254,7
@@
function ctools_context_replace_placeholders($contexts, $arguments) {
* Provide a form array for getting data to replace placeholder contexts
* with real data.
*/
-function ctools_context_replace_form($form, $contexts) {
+function ctools_context_replace_form(&$form, $contexts) {
foreach ($contexts as $cid => $context) {
if (empty($context->empty)) {
continue;