[REF][PHP8.2] Update CRM_SMS_Page_Provider
authorBradley Taylor <hello@brad-taylor.co.uk>
Sun, 5 Nov 2023 16:23:07 +0000 (16:23 +0000)
committerBradley Taylor <hello@brad-taylor.co.uk>
Sun, 5 Nov 2023 16:23:07 +0000 (16:23 +0000)
CRM/SMS/Page/Provider.php

index cea624e2a1b0ed0f7205012e3ef781c8dc620412..0024d45e2914ec64e8a5feddfb678864e8b5d878 100644 (file)
@@ -52,13 +52,6 @@ class CRM_SMS_Page_Provider extends CRM_Core_Page_Basic {
     ];
     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();
   }