summaryrefslogtreecommitdiffstats
path: root/doc/development/plugins.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/plugins.txt')
-rw-r--r--doc/development/plugins.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/plugins.txt b/doc/development/plugins.txt
index e6a5a73a0..15b512365 100644
--- a/doc/development/plugins.txt
+++ b/doc/development/plugins.txt
@@ -175,7 +175,7 @@ Example Connector
def get_additional_data(self, metadata):
mydata = {}
- for data in self.store.entries['foo.xml'].data.get("foo", []):
+ for data in self.store.entries['foo.xml'].xdata.get("foo", []):
mydata[data] = "bar"