diff --git a/Utils/SQLiteStore.m b/Utils/SQLiteStore.m index 52ff6800b..3a1ad6833 100644 --- a/Utils/SQLiteStore.m +++ b/Utils/SQLiteStore.m @@ -785,6 +785,8 @@ static SQLiteStore *g_sharedStore = NULL; sqlite3_reset(st); + [stringTable setObject:ret forKey:[[NSNumber numberWithInteger:stringId] stringValue]]; + return ret; }