# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. Index: contributions/modules/views/includes/admin.inc --- contributions/modules/views/includes/admin.inc Base (1.161.2.11) +++ contributions/modules/views/includes/admin.inc Locally Modified (Based On 1.161.2.11) @@ -2442,7 +2442,6 @@ $handler = views_get_handler($item['table'], $item['field'], $type); if (empty($handler)) { $form['markup'] = array('#value' => t("Error: handler for @table > @field doesn't exist!", array('@table' => $item['table'], '@field' => $item['field']))); - break; } else { $handler->init($view, $item);