GravityPDF / gravity-pdf

Gravity PDF is a GPLv2-licensed WordPress plugin that allows you to automatically generate, email and download PDF documents using Gravity Forms.
https://gravitypdf.com
89 stars 21 forks source link

$gravityview_view->getCurrentEntry() may return empty #1457

Closed jakejackson1 closed 1 year ago

jakejackson1 commented 1 year ago

Description In certain circumstances, $gravityview_view->getCurrentEntry() may return an empty array with no ID. This causes the following PHP warning:

PHP Warning:  Undefined array key "id" in /Users/jakejackson/Sites/gravityview/wp-content/plugins/gravity-forms-pdf-extended/src/Helper/Helper_Abstract_Pdf_Shortcode.php on line 236

Add a guard check to ensure the entry ID actually exists before trying to use it.