Hi, i have bad fortune to have php notices shown :) so i have one (described in topic).

And there is my bug fix:

--- www/sites/all/modules/devel_themer/devel_themer.module
+++ www/sites/all/modules/devel_themer/devel_themer.module
@@ -509,7 +509,7 @@ function devel_themer_theme_twin($hook, $variables) {
 
     $meta['suggestions'] = $suggestions;
     $meta['template_file'] = $template_file;
-    $meta['preprocessors'] = $info['preprocess functions'];
+    $meta['preprocessors'] = isset($info['preprocess functions']) ? $info['preprocess functions'] : array();
 
     $output = $render_function($template_file, $variables);
   }
CommentFileSizeAuthor
notice_fix.diff672 bytesjlarky

Comments

JeremyFrench’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.