Fixes link to Xnet account edition.
authorStéphane Jacob <sj@m4x.org>
Sat, 19 Mar 2011 18:48:53 +0000 (19:48 +0100)
committerStéphane Jacob <sj@m4x.org>
Sun, 20 Mar 2011 23:06:46 +0000 (00:06 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
classes/xnetpage.php

index 644909c..610f26c 100644 (file)
@@ -82,7 +82,7 @@ class XnetPage extends PlPage
         $sub['tous les groupes'] = 'plan';
         $sub['documentation']     = 'Xnet';
         if (S::user()->type == 'xnet') {
-            $sub['mon compte'] = 'member/edit';
+            $sub['mon compte'] = 'edit';
         }
         $sub['signaler un bug']   = array('href' => 'send_bug/'.$_SERVER['REQUEST_URI'], 'class' => 'popup_840x600');
         $menu["no_title"]   = $sub;