Skip to content

Commit

Permalink
Merge pull request #28023 from braders/sms-page-provider-php8.2
Browse files Browse the repository at this point in the history
[REF][PHP8.2] Update CRM_SMS_Page_Provider
  • Loading branch information
demeritcowboy authored Nov 6, 2023
2 parents b159329 + 59ed13c commit aba8469
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions CRM/SMS/Page/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@ public function run() {
];
CRM_Utils_System::appendBreadCrumb($breadCrumb);

$this->_id = CRM_Utils_Request::retrieve('id', 'String',
$this, FALSE, 0
);
$this->_action = CRM_Utils_Request::retrieve('action', 'String',
$this, FALSE, 0
);

return parent::run();
}

Expand Down

0 comments on commit aba8469

Please sign in to comment.