Index: context.inc =================================================================== --- context.inc (revision 698) +++ context.inc (working copy) @@ -613,6 +613,9 @@ if (isset($context_keywords[$context])) { $keywords['%' . $keyword] = ctools_context_convert_context($context_keywords[$context], $converter); } + else { + $keywords['%' . $keyword] = ''; + } } else { if (isset($context_keywords[$keyword])) {