Skip to content

Commit d4be3dc

Browse files
committed
Fix add on path for system status page
1 parent 7b82ad1 commit d4be3dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Addon/GravityExportAddon.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ final class GravityExportAddon extends \GFFeedAddOn implements AddonInterface, A
8282
* @since 2.0.0
8383
* @var string Relative path to file from plugins directory.
8484
*/
85-
protected $_path = 'gf-entries-in-excel/src/Addon/GravityExportAddon.php';
85+
protected $_path = 'gravityexport-lite/gfexcel.php';
8686

8787
/**
8888
* @since 2.0.0
8989
* @var string Full path to this file.
9090
*/
91-
protected $_full_path = __FILE__;
91+
protected $_full_path = GFEXCEL_PLUGIN_FILE;
9292

9393
/**
9494
* A micro cache for the feed object.

0 commit comments

Comments
 (0)