Auto-relogin in 'My groups' list on xnet
[platal.git] / include / xnet / page.inc.php
index d716ee3..35db83f 100644 (file)
@@ -131,7 +131,7 @@ function list_all_my_groups($params)
               WHERE  m.uid={?}", S::v('uid'));
     $html = '<div>Mes groupes (<a href="exit">déconnexion</a>) :</div>';
     while (list($nom, $mini) = $res->next()) {
-        $html .= "<span class='gp'>&bull; <a href='$mini/'>$nom</a></span>";
+        $html .= "<span class='gp'>&bull; <a href='login/$mini'>$nom</a></span>";
     }
     return $html;
 }