summaryrefslogtreecommitdiff
path: root/modules_v4
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-03-19 16:53:20 +0000
committerGreg Roach <fisharebest@webtrees.net>2019-03-20 07:23:00 +0000
commitaacc22ca863f85c006a094ef1e8916672e7b8dba (patch)
tree4c6d07da57fed49c32251c318e9956a63b7a9199 /modules_v4
parent9af6b024736711ef85eba12979344b0241b8b348 (diff)
downloadwebtrees-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.php2
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';
}
};