summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/storage/facade_phrase_table3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/facade_phrase_table3.h b/src/storage/facade_phrase_table3.h
index 90e2b1f..c1b8914 100644
--- a/src/storage/facade_phrase_table3.h
+++ b/src/storage/facade_phrase_table3.h
@@ -85,7 +85,7 @@ public:
if (user_index && user_content) {
m_user_phrase_table = new PhraseLargeTable3;
result = m_user_phrase_table->load
- (user_index, system_content) || result;
+ (user_index, user_content) || result;
}
return result;
}