Index: profiles/commons/modules/contrib/commons_bw/commons_bw.module
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- profiles/commons/modules/contrib/commons_bw/commons_bw.module	(revision )
+++ profiles/commons/modules/contrib/commons_bw/commons_bw.module	(revision )
@@ -81,7 +81,7 @@
     // Populate the group argument.
     $tabs[$key]['args'] = $group->nid;
     // Add the result count for Tabs that are of the type 'view';
-    if ($tab['type'] == 'view') {
+    if (isset($tab['type']) && $tab['type'] == 'view') {
       $view = views_get_view($tab['vid']);
       if (isset($tab['display'])) {
         $view->set_display($tab['display']);
