diff options
| author | dolphin <dolphin@lindenlab.com> | 2013-03-13 10:24:30 -0700 |
|---|---|---|
| committer | dolphin <dolphin@lindenlab.com> | 2013-03-13 10:24:30 -0700 |
| commit | d5308c19f7c622538d61e3ebb174338ce95a7b72 (patch) | |
| tree | a9177e79d5398e6f793646f4aba5f9bf85821b86 /indra/llmessage/llexperiencecache.h | |
| parent | 2d9ad6ba687cacc81251e1ce57e323b0c2782db9 (diff) | |
Fixed up expiration code for the experience cache
Diffstat (limited to 'indra/llmessage/llexperiencecache.h')
| -rw-r--r-- | indra/llmessage/llexperiencecache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llexperiencecache.h b/indra/llmessage/llexperiencecache.h index 7a21bd9729..1490c978b3 100644 --- a/indra/llmessage/llexperiencecache.h +++ b/indra/llmessage/llexperiencecache.h @@ -45,7 +45,7 @@ namespace LLExperienceCache const std::string OWNER_ID = "owner_id"; const std::string NAME = "name"; const std::string PROPERTIES = "properties"; - const std::string EXPIRES = "expires"; + const std::string EXPIRES = "expiration"; const std::string DESCRIPTION = "description"; // should be in sync with experience-api/experiences/models.py |
