Undefined property message
-
With Content Views version 1.9.9.2 –
When editing a View, right above the Content Type section, I’m seeing this message:
Notice: Undefined property: stdClass::$user_login in /wp-content/plugins/content-views-query-and-display-post-page/includes/values.php on line 268
Line 268 is in a foreach loop –
$display = !empty( $user->$show ) ? $user->$show : '(' . $user->user_login . ')';Any idea what’s causing this message to appear?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Undefined property message’ is closed to new replies.