From b8a19656a9fb22a99b68735f172d7d36faade90c Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sat, 17 Jun 2017 18:25:47 -0400 Subject: [PATCH] Remove stray semicolon --- CRM/Core/Permission.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/Permission.php b/CRM/Core/Permission.php index 0b9979d599..39847006c0 100644 --- a/CRM/Core/Permission.php +++ b/CRM/Core/Permission.php @@ -127,7 +127,7 @@ class CRM_Core_Permission { foreach ($permission as $orPerm) { if (self::check($orPerm)) { //one of our 'or' permissions has succeeded - stop checking this permission - return TRUE;; + return TRUE; } } //none of our our conditions was met -- 2.25.1