Skip to content

Commit 4868691

Browse files
committed
Fix add on path for system status page
1 parent f203e62 commit 4868691

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Addon/GravityExportAddon.php

Lines changed: 2 additions & 2 deletions
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)