==> Prod
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 27 Sep 2006 13:43:38 +0000 (13:43 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 27 Sep 2006 13:43:38 +0000 (13:43 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.11@917 839d8a87-29fc-0310-9880-83ba4fa771e5

modules/xnetevents.php

index 1f77308..bbdc499 100644 (file)
@@ -347,7 +347,7 @@ class XnetEventsModule extends PLModule
             }
 
             if (is_null($evt['eid'])) {
-                pl_redirect(url_self().'/'.$eid);
+                pl_redirect('events/'.$eid);
             }
         }