Skip to content
  • plirof2's avatar
    issue #1 fix for anonymous users warnings · 57cbe8fe
    plirof2 authored
    quick fix for (2) (seems to work:
    before line 42:
    
    add :
    if (isset($node->field_webform_results_access['und'])){
    and add after line
    break; } }
    the line :
    } //end of if (isset($node->field_webform_results_access['und']))
    
    This does not enter the foreach in anonymous users
    57cbe8fe