summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/edit/pages.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-cpp/trunk/hosting/server/pages.py (renamed from sca-cpp/trunk/modules/edit/pages.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/modules/edit/pages.py b/sca-cpp/trunk/hosting/server/pages.py
index 99392aeeef..a1ec888a0f 100644
--- a/sca-cpp/trunk/modules/edit/pages.py
+++ b/sca-cpp/trunk/hosting/server/pages.py
@@ -20,7 +20,7 @@ from util import *
# Convert an id to an app id
def appid(id):
- return ("'" + car(id), "'htdocs", "'app.html")
+ return ("'apps", "'" + car(id), "'htdocs", "'app.html")
# Put an app page into the apps db
def put(id, app, cache):