X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FSystem%2FSoap.php;h=b96ba20d9752460209ba488c7f918f0f0239a2f8;hb=d90814f1c1fa74a29ecddb8df1139f9cb4da8fdc;hp=05e804f7ea5948b2fbb6b28638496d24526595b2;hpb=1861d923dd4e29ac945caa98e1efbeda0bb71483;p=civicrm-core.git diff --git a/CRM/Utils/System/Soap.php b/CRM/Utils/System/Soap.php index 05e804f7ea..b96ba20d97 100644 --- a/CRM/Utils/System/Soap.php +++ b/CRM/Utils/System/Soap.php @@ -1,7 +1,7 @@ userFrameworkClass = 'CRM_Utils_System_Soap'; } - /** - * Get the locale set in the hosting CMS - * - * @return null as the language is set elsewhere - */ - function getUFLocale() { - return NULL; - } - /** * Get user login URL for hosting CMS (method declared in each CMS system class) * - * @param string $destination - if present, add destination to querystring (works for Drupal only) + * @param string $destination * * @throws Exception - * @return string - loginURL for the current CMS - * @static */ public function getLoginURL($destination = '') { throw new Exception("Method not implemented: getLoginURL"); } -} +}