From 92202c8f1726af5686615389e20376554347b99d Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Fri, 19 Sep 2014 08:41:08 +0000 Subject: [PATCH] Correct typo git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1835 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- authzgroups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authzgroups.php b/authzgroups.php index 4781e87..cab578c 100644 --- a/authzgroups.php +++ b/authzgroups.php @@ -472,7 +472,7 @@ class authzgroups case "RO": $newright=1;break; default: throw new Exception (dgettext ("domframework", - "Unknown right provided (RO/RW only"), + "Unknown right provided (RO/RW only)"), 500); } $idrights = $this->rightRead ($module, $group, $object);