Extension, Fieldtype, Module

Archived
Forum
(read-only)

Zoo Visitor

ExpressionEngine 2

Back to this add-on's main page
View Other Add-ons From Discontinued

     

Undefined screen_name

General

Reinos
Reinos

By Reassigning a member to an entry, i get this error:

Undefined screen_name on line 601.

By adding an isset(), it removes the error:

  $title = isset($_POST[‘screen_name’]) ? $_POST[‘screen_name’] : ‘’;

Best,
Rein