Index: context.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/context/context.module,v
retrieving revision 1.6.2.6.2.6.2.25
diff -u -p -r1.6.2.6.2.6.2.25 context.module
--- context.module      6 Aug 2010 17:56:50 -0000       1.6.2.6.2.6.2.25
+++ context.module      9 Feb 2011 17:09:59 -0000
@@ -388,6 +388,7 @@ function context_condition_map($reset = 
       $condition_map = $cache;
     }
     else {
+      $condition_map = array();
       foreach (array_keys(context_conditions()) as $condition) {
         if ($plugin = context_get_plugin('condition', $condition)) {
           foreach (context_enabled_contexts() as $context) {