? 920266-panels-simple_cache-t.patch
Index: plugins/cache/simple.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/panels/plugins/cache/simple.inc,v
retrieving revision 1.1.2.2
diff -u -p -r1.1.2.2 simple.inc
--- plugins/cache/simple.inc	13 Jan 2010 06:25:15 -0000	1.1.2.2
+++ plugins/cache/simple.inc	23 Sep 2010 08:21:31 -0000
@@ -114,7 +114,7 @@ function panels_simple_cache_settings_fo
 
   $form['granularity'] = array(
     '#title' => t('Granularity'),
-    '#type' => t('select'),
+    '#type' => 'select',
     '#options' => array(
       'args' => t('Arguments'),
       'context' => t('Context'),
