From a3ae963d68c35e09f3a70255fb3489385e4f1c4c Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 21 Jun 2010 12:25:59 +0000 Subject: [PATCH] --- inc/ws/Controlleur/class.ws.droits.php | 2 +- inc/ws/Controlleur/class.ws.url.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/ws/Controlleur/class.ws.droits.php b/inc/ws/Controlleur/class.ws.droits.php index b075f0081..9acb02967 100644 --- a/inc/ws/Controlleur/class.ws.droits.php +++ b/inc/ws/Controlleur/class.ws.droits.php @@ -6,7 +6,7 @@ class wsDroits { $nav = array(); $nav[__('Dashboard')] = 'dashboard'; - $nav[__('Publications')] = 'books'; + $nav[__('Publications')] = 'publications'; return $nav; } } diff --git a/inc/ws/Controlleur/class.ws.url.php b/inc/ws/Controlleur/class.ws.url.php index 79fb08d2e..dd34a4689 100644 --- a/inc/ws/Controlleur/class.ws.url.php +++ b/inc/ws/Controlleur/class.ws.url.php @@ -1,6 +1,6 @@