|
@@ -53,7 +53,7 @@ discard block |
|
|
block discarded – undo |
|
53
|
53
|
|
|
54
|
54
|
$partial_entries_addon = GF_Partial_Entries::get_instance(); |
|
55
|
55
|
|
|
56
|
|
- $feed_settings = $partial_entries_addon->get_feed_settings( $form['id'] ); |
|
|
56
|
+ $feed_settings = $partial_entries_addon->get_feed_settings( $form[ 'id' ] ); |
|
57
|
57
|
|
|
58
|
58
|
$is_enabled = \GV\Utils::get( $feed_settings, 'enable', 0 ); |
|
59
|
59
|
|
|
@@ -70,14 +70,14 @@ discard block |
|
|
block discarded – undo |
|
70
|
70
|
} |
|
71
|
71
|
|
|
72
|
72
|
// Set the expected $_POST key for the Add-On to use |
|
73
|
|
- $_POST['partial_entry_id'] = $partial_entry_id; |
|
|
73
|
+ $_POST[ 'partial_entry_id' ] = $partial_entry_id; |
|
74
|
74
|
|
|
75
|
75
|
gravityview()->log->debug( 'Saving partial entry (ID #{partial_entry_id}) for Entry #{entry_id}', array( |
|
76
|
76
|
'partial_entry_id' => $partial_entry_id, |
|
77
|
77
|
'entry_id' => $entry_id |
|
78
|
78
|
) ); |
|
79
|
79
|
|
|
80
|
|
- $partial_entries_addon->maybe_save_partial_entry( $form['id'] ); |
|
|
80
|
+ $partial_entries_addon->maybe_save_partial_entry( $form[ 'id' ] ); |
|
81
|
81
|
} |
|
82
|
82
|
} |
|
83
|
83
|
|
Please login to merge, or discard this patch.