diff options
-rw-r--r-- | common/storage/entitystore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/storage/entitystore.cpp b/common/storage/entitystore.cpp index 6ff700e..22e5ae3 100644 --- a/common/storage/entitystore.cpp +++ b/common/storage/entitystore.cpp | |||
@@ -113,7 +113,7 @@ public: | |||
113 | 113 | ||
114 | bool exists() | 114 | bool exists() |
115 | { | 115 | { |
116 | return Sink::Storage::DataStore(Sink::storageLocation(), dbLayout(resourceContext.instanceId()), DataStore::ReadOnly).exists(); | 116 | return Sink::Storage::DataStore(Sink::storageLocation(), resourceContext.instanceId(), DataStore::ReadOnly).exists(); |
117 | } | 117 | } |
118 | 118 | ||
119 | DataStore::Transaction &getTransaction() | 119 | DataStore::Transaction &getTransaction() |