Merge pull request #1176 from pratik-joshi/CRM-13025
[civicrm-core.git] / CRM / Core / Permission.php
index 6ca3f84fe93e9f1f9527f12c579bd8f37dc3e883..52cc6f041a4b651017650957e751b60352cd28f5 100644 (file)
@@ -280,7 +280,7 @@ class CRM_Core_Permission {
       return $permissionedEvents;
     }
     if (!empty($permissionedEvents)){
-      return array_search($eventID, $permissionedEvents) === FALSE ? NULL : $eventID;      
+      return array_search($eventID, $permissionedEvents) === FALSE ? NULL : $eventID;
     } else {
       return $eventID;
     }