summaryrefslogtreecommitdiff
path: root/source/com/c2kernel/entity/proxy
diff options
context:
space:
mode:
Diffstat (limited to 'source/com/c2kernel/entity/proxy')
-rw-r--r--source/com/c2kernel/entity/proxy/EntityProxy.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/com/c2kernel/entity/proxy/EntityProxy.java b/source/com/c2kernel/entity/proxy/EntityProxy.java
index a9f6066..fae2e28 100644
--- a/source/com/c2kernel/entity/proxy/EntityProxy.java
+++ b/source/com/c2kernel/entity/proxy/EntityProxy.java
@@ -140,7 +140,7 @@ abstract public class EntityProxy implements ManageableEntity
// load from storage, falling back to proxy loader if not found in others
try
{
- return Gateway.getStorage().get( mSystemKey, xpath , this);
+ return Gateway.getStorage().get( mSystemKey, xpath , null);
}
catch( ClusterStorageException ex )
{