projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bc010b
)
Removed unused variable.
author
Frank J. Gómez
<frank@ginkgostreet.com>
Sat, 2 Jul 2016 14:37:06 +0000
(10:37 -0400)
committer
Frank J. Gómez
<frank@ginkgostreet.com>
Sat, 2 Jul 2016 14:37:06 +0000
(10:37 -0400)
CRM/Core/BAO/Setting.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/BAO/Setting.php
b/CRM/Core/BAO/Setting.php
index f359e2985a595e605029b7c886029af7466cf318..36ac2612eeddfe55779d7b38580c43220d99fbee 100644
(file)
--- 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',