--- a/server/sources/__init__.py Wed Dec 01 17:08:24 2010 +0100
+++ b/server/sources/__init__.py Wed Dec 01 17:08:42 2010 +0100
@@ -109,8 +109,8 @@
self.set_schema(repo.schema)
self.support_relations['identity'] = False
self.eid = None
- self.cfg = source_config.copy()
- self.remove_sensitive_information(self.cfg)
+ self.public_config = source_config.copy()
+ self.remove_sensitive_information(self.public_config)
def init_creating(self):
"""method called by the repository once ready to create a new instance"""