Plugin Directory

Changeset 2288431


Ignore:
Timestamp:
04/21/2020 01:56:14 PM (6 years ago)
Author:
oskarn97
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • appful/trunk/singletons/api.php

    r2275127 r2288431  
    762762        if ((strlen(get_option($this->wpml->filterVar("appful_blog_id"))) > 0 && strlen(get_option($this->wpml->filterVar("appful_session_id"), "")) > 0) || in_array($location, array("register", "authorizedIPs"))) {
    763763            $params["blog_id"] = get_option($this->wpml->filterVar("appful_blog_id"));
     764            $params["siteurl"] = $this->siteURL();
    764765            if (!isset($params["quickconnect"])) $params["session_id"] = get_option($this->wpml->filterVar("appful_session_id"), "");
    765766            $params["lang"] = $this->wpml->installed() ? $this->wpml->current() : $this->locale();
Note: See TracChangeset for help on using the changeset viewer.