? 964174_15_ctools_stylizer.patch
? ctools_stylizer_964174.patch
Index: includes/utility.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ctools/includes/utility.inc,v
retrieving revision 1.3
diff -u -p -r1.3 utility.inc
--- includes/utility.inc	11 Oct 2010 22:18:22 -0000	1.3
+++ includes/utility.inc	14 Dec 2010 15:41:12 -0000
@@ -21,6 +21,9 @@
 function _ctools_passthrough(&$items, $type = 'theme') {
   $files = drupal_system_listing('/\.' . $type . '\.inc$/', drupal_get_path('module', 'ctools') . '/includes', 'name', 0);
   foreach ($files as $file) {
+    if ($file->name == 'stylizer.theme' && !module_exists('stylizer')) {
+      continue;
+    }
     require_once DRUPAL_ROOT . '/' . $file->uri;
     list($tool) = explode('.', $file->name, 2);
 
