summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/hosting/server/store.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-cpp/trunk/hosting/server/store.py (renamed from sca-cpp/trunk/modules/edit/store.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/modules/edit/store.py b/sca-cpp/trunk/hosting/server/store.py
index 79750975a5..014c07050e 100644
--- a/sca-cpp/trunk/modules/edit/store.py
+++ b/sca-cpp/trunk/hosting/server/store.py
@@ -20,7 +20,7 @@ from util import *
# Convert a particular store tag to a store id
def storeid(tag):
- return ("'" + tag, "'store.apps")
+ return ("'store", "'" + tag, "'store.apps")
# Get a store from the cache
def getstore(id, cache):