summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/hosting/server/palettes.py
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/hosting/server/palettes.py')
-rw-r--r--sca-cpp/trunk/hosting/server/palettes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/hosting/server/palettes.py b/sca-cpp/trunk/hosting/server/palettes.py
index 321db3cf46..38e012835a 100644
--- a/sca-cpp/trunk/hosting/server/palettes.py
+++ b/sca-cpp/trunk/hosting/server/palettes.py
@@ -32,5 +32,5 @@ def put(id, palette, cache):
def get(id, cache):
if isNil(id):
return (("'feed", ("'title", "Palettes"), ("'id", "palettes")),)
- return (("'entry", ("'title", car(id)), ("'id", car(id)), ("'content", car(cache.get(paletteid(id))))),)
+ return mkentry(car(id), car(id), None, now(), car(cache.get(paletteid(id))))