X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FSystem%2FSoap.php;h=daddc7eb92a052e449207f8165ebbfd35977c64b;hb=f17ea5d9ab05d5c41d9d9dd1a30d73fcef0e4938;hp=468584843462a6bb0fcc9ca878e2141def813fc3;hpb=5ee1bf7c6350f9da1550112ccf8438b9549cecd9;p=civicrm-core.git diff --git a/CRM/Utils/System/Soap.php b/CRM/Utils/System/Soap.php index 4685848434..daddc7eb92 100644 --- a/CRM/Utils/System/Soap.php +++ b/CRM/Utils/System/Soap.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2019 | + | Copyright CiviCRM LLC (c) 2004-2020 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,7 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2019 + * @copyright CiviCRM LLC (c) 2004-2020 */ /** @@ -38,9 +38,10 @@ class CRM_Utils_System_Soap extends CRM_Utils_System_Base { /** * UF container variables. + * @var string */ - static $uf = NULL; - static $ufClass = NULL; + public static $uf = NULL; + public static $ufClass = NULL; /** * Given a permission string, check for access requirements