Fix event creation
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 27 Sep 2006 13:42:49 +0000 (13:42 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 27 Sep 2006 13:42:49 +0000 (13:42 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@916 839d8a87-29fc-0310-9880-83ba4fa771e5

modules/xnetevents.php

index de4fb21..29f9b07 100644 (file)
@@ -346,7 +346,7 @@ class XnetEventsModule extends PLModule
             }
 
             if (is_null($evt['eid'])) {
-                pl_redirect(url_self().'/'.$eid);
+                pl_redirect('events/'.$eid);
             }
         }