|
@@ -54,7 +54,7 @@ |
|
|
block discarded – undo |
|
54
|
54
|
do_action( 'gravityview_render_entry_' . $view->ID, $entry, $view, $request ); |
|
55
|
55
|
|
|
56
|
56
|
/** Entry does not belong to this view. */ |
|
57
|
|
- if ( $view->form && $view->form->ID != $entry['form_id'] ) { |
|
|
57
|
+ if ( $view->form && $view->form->ID != $entry[ 'form_id' ] ) { |
|
58
|
58
|
gravityview()->log->error( 'The requested entry does not belong to this View. Entry #{entry_id}, #View {view_id}', array( 'entry_id' => $entry->ID, 'view_id' => $view->ID ) ); |
|
59
|
59
|
return null; |
|
60
|
60
|
} |
Please login to merge, or discard this patch.