Allow usage in a subdir of a host.
[phorkie.git] / www / edit.php
index 4199c3496ed44ee0f9228c0936b02317a813e559..d1853d246ce5c456b3d6c4884a72bd5f2bacddf4 100644 (file)
@@ -11,7 +11,7 @@ $repo->loadFromRequest();
 
 $repopo = new Repository_Post($repo);
 if ($repopo->process($_POST, $_SESSION)) {
-    redirect($repo->getLink('display'));
+    redirect($repo->getLink('display', null, true));
 }
 
 render(