From 8e4874ba5fdeeae797f5a0c1f6adf55c8b5ba221 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Frank=20J=2E=20G=C3=B3mez?= Date: Sat, 2 Jul 2016 10:37:06 -0400 Subject: [PATCH] Removed unused variable. --- CRM/Core/BAO/Setting.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/CRM/Core/BAO/Setting.php b/CRM/Core/BAO/Setting.php index f359e2985a..36ac2612ee 100644 --- a/CRM/Core/BAO/Setting.php +++ b/CRM/Core/BAO/Setting.php @@ -235,8 +235,6 @@ class CRM_Core_BAO_Setting extends CRM_Core_DAO_Setting { * name => value array of the fields to be set (with extraneous removed) */ public static function validateSettingsInput($params, &$fields, $createMode = TRUE) { - $group = CRM_Utils_Array::value('group', $params); - $ignoredParams = array( 'version', 'id', -- 2.25.1