Removed unused variable.
authorFrank J. Gómez <frank@ginkgostreet.com>
Sat, 2 Jul 2016 14:37:06 +0000 (10:37 -0400)
committerFrank J. Gómez <frank@ginkgostreet.com>
Sat, 2 Jul 2016 14:37:06 +0000 (10:37 -0400)
CRM/Core/BAO/Setting.php

index f359e2985a595e605029b7c886029af7466cf318..36ac2612eeddfe55779d7b38580c43220d99fbee 100644 (file)
@@ -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',