From d9210599c32f7d9a85b1e5604a5cd8658ea4b94c Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 25 May 2018 14:38:49 +0000 Subject: [PATCH] fix #2065 @0:05 --- inc/extranet/Controlleur/class.extranet.url.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/extranet/Controlleur/class.extranet.url.php b/inc/extranet/Controlleur/class.extranet.url.php index 119582fa9..99eac0f91 100644 --- a/inc/extranet/Controlleur/class.extranet.url.php +++ b/inc/extranet/Controlleur/class.extranet.url.php @@ -285,7 +285,7 @@ class extranetUrl $shortcuts = array(); if ($core->user->grade >= 1) { - $shortcuts[] = '' . $core->typo->Ajouter('Créer un projet') . ''; + $shortcuts[] = '' . $core->typo->Ajouter('Créer un projet') . ''; } $filtres = array(); -- 2.39.5