diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-03-19 16:53:20 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-03-20 07:23:00 +0000 |
| commit | aacc22ca863f85c006a094ef1e8916672e7b8dba (patch) | |
| tree | 4c6d07da57fed49c32251c318e9956a63b7a9199 /modules_v4 | |
| parent | 9af6b024736711ef85eba12979344b0241b8b348 (diff) | |
| download | webtrees-aacc22ca863f85c006a094ef1e8916672e7b8dba.tar.gz webtrees-aacc22ca863f85c006a094ef1e8916672e7b8dba.tar.bz2 webtrees-aacc22ca863f85c006a094ef1e8916672e7b8dba.zip | |
Add example report
Diffstat (limited to 'modules_v4')
| -rw-r--r-- | modules_v4/example-report.disable/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v4/example-report.disable/module.php b/modules_v4/example-report.disable/module.php index cef8f2df3b..f6b0fa51e7 100644 --- a/modules_v4/example-report.disable/module.php +++ b/modules_v4/example-report.disable/module.php @@ -40,7 +40,7 @@ return new class extends AbstractModule implements ModuleCustomInterface, Module */ public function xmlFilename(): string { - return $this->resourcesFolder() . 'report.xml'; + return 'report.xml'; } }; |
