Plugin Directory

Changeset 1598536


Ignore:
Timestamp:
02/18/2017 07:54:01 AM (9 years ago)
Author:
tawkto
Message:

fixed notice being shown on website because of visibility url

Location:
tawkto-live-chat/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tawkto-live-chat/trunk/readme.txt

    r1597874 r1598536  
    44Requires at least: 2.7
    55Tested up to: 4.7
    6 Stable tag: 0.2.4
     6Stable tag: 0.2.5
    77
    88(OFFICIAL tawk.to plugin) Instantly chat with  visitors on your website with the free tawk.to chat widget.
     
    9898* modified plugin settings page interface
    9999
     100= 0.2.5 =
     101* Fixed include url warning message thrown
     102
    100103== Frequently Asked Questions ==
    101104
  • tawkto-live-chat/trunk/tawkto.php

    r1597874 r1598536  
    44Plugin URI: https://tawk.to
    55Description: Embeds Tawk.to live chat widget to your site
    6 Version: 0.2.4
     6Version: 0.2.5
    77Author: Tawkto
    88*/
     
    219219            }
    220220
    221             if(($vsibility['include_url'] == 1)){
     221            if(isset($vsibility['include_url']) && $vsibility['include_url'] == 1){
    222222                $included_url_list = $vsibility['included_url_list'];
    223223                $current_url = $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"];
Note: See TracChangeset for help on using the changeset viewer.