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:
fd364ea
)
Remove unused property, null constructor
author
eileen
<emcnaughton@wikimedia.org>
Fri, 11 Sep 2020 20:43:55 +0000
(08:43 +1200)
committer
eileen
<emcnaughton@wikimedia.org>
Fri, 11 Sep 2020 20:43:55 +0000
(08:43 +1200)
CRM/Member/BAO/MembershipStatus.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Member/BAO/MembershipStatus.php
b/CRM/Member/BAO/MembershipStatus.php
index 6dd327e5b076577d9f67a22a4c6a1437e8cab06a..535f51ed9560803973f7a1cbda74ad22c10ec337 100644
(file)
--- a/
CRM/Member/BAO/MembershipStatus.php
+++ b/
CRM/Member/BAO/MembershipStatus.php
@@
-16,19
+16,6
@@
*/
class CRM_Member_BAO_MembershipStatus extends CRM_Member_DAO_MembershipStatus {
- /**
- * Static holder for the default LT.
- * @var int
- */
- public static $_defaultMembershipStatus = NULL;
-
- /**
- * Class constructor.
- */
- public function __construct() {
- parent::__construct();
- }
-
/**
* Fetch object based on array of properties.
*