projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a1cd4a
)
Fixes link to Xnet account edition.
author
Stéphane Jacob
<sj@m4x.org>
Sat, 19 Mar 2011 18:48:53 +0000
(19:48 +0100)
committer
Sté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
patch
|
blob
|
blame
|
history
diff --git
a/classes/xnetpage.php
b/classes/xnetpage.php
index
644909c
..
610f26c
100644
(file)
--- a/
classes/xnetpage.php
+++ b/
classes/xnetpage.php
@@
-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;