Merge pull request #17867 from MegaphoneJon/mailing-70
[civicrm-core.git] / CRM / Utils / System / Soap.php
index 0881ecb81813472b87d24f0b5d5d2cda4fa8e8ca..90a04c6686bfe15f9572a95a179215d59936b160 100644 (file)
@@ -43,7 +43,7 @@ class CRM_Utils_System_Soap extends CRM_Utils_System_Base {
   /**
    * @inheritDoc
    */
-  public function url($path = NULL, $query = NULL, $absolute = TRUE, $fragment = NULL) {
+  public function url($path = NULL, $query = NULL, $absolute = TRUE, $fragment = NULL, $frontend = FALSE, $forceBackend = FALSE, $htmlize = TRUE) {
     if (isset(self::$ufClass)) {
       $className = self::$ufClass;
       $url = $className::url($path, $query, $absolute, $fragment);