Skip to content

Commit 7983263

Browse files
committed
Fix table variable PHP notice
1 parent 55f2c4e commit 7983263

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

includes/integrations/sprout-invoices/class-integration-sprout-invoices.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ public static function build_entry_note($form_id, $entry_id)
277277
return '';
278278
}
279279

280+
$table = ' ';
280281
$table .= '<div class="submission-values">';
281282
$table .= '<ul>';
282283

0 commit comments

Comments
 (0)