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:
377e651
)
Remove redundant variable declared in the parent class
author
colemanw
<coleman@civicrm.org>
Thu, 8 Jun 2023 23:03:50 +0000
(19:03 -0400)
committer
colemanw
<coleman@civicrm.org>
Thu, 8 Jun 2023 23:03:50 +0000
(19:03 -0400)
CRM/Admin/Form/Generic.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Admin/Form/Generic.php
b/CRM/Admin/Form/Generic.php
index 10e6765c6f0d1e7d263622b1b1e992adfa7325e1..8f996a28863dd82bf0a6570b39a215faa796dc41 100644
(file)
--- a/
CRM/Admin/Form/Generic.php
+++ b/
CRM/Admin/Form/Generic.php
@@
-24,7
+24,6
@@
class CRM_Admin_Form_Generic extends CRM_Core_Form {
use CRM_Admin_Form_SettingTrait;
protected $_settings = [];
- public $_defaults = [];
/**
* @var bool