From 830733d34a20b5bbc54ae573531e4f73796ebef7 Mon Sep 17 00:00:00 2001 From: Allen Shaw Date: Thu, 29 Sep 2016 01:11:13 -0500 Subject: [PATCH] CRM-19414: fixed civilint errors. --- CRM/Extension/System.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Extension/System.php b/CRM/Extension/System.php index e117ebc5c5..3a95ab8ae3 100644 --- a/CRM/Extension/System.php +++ b/CRM/Extension/System.php @@ -334,4 +334,5 @@ class CRM_Extension_System { } return $extensionRow; } + } -- 2.25.1