Plugin Directory

Changeset 2907075


Ignore:
Timestamp:
05/02/2023 03:27:28 PM (3 years ago)
Author:
crisp.im
Message:

Fix php warning

Location:
crisp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • crisp/trunk/crisp.php

    r2901710 r2907075  
    55 * Description: Crisp is a Livechat plugin
    66 * Author: Crisp
    7  * Version: 0.41
     7 * Version: 0.42
    88 * Author URI: https://crisp.chat
    99 * Text Domain: crisp
     
    6868  $website_id = get_option("website_id");
    6969
    70   if (empty($website_id) && $_GET["page"] != plugin_basename(__FILE__)) {
     70  if (empty($website_id) && (!isset($_GET["page"]) || $_GET["page"] != plugin_basename(__FILE__))) {
    7171    $admin_url = admin_url("admin.php?page=".plugin_basename(__FILE__));
    7272    ?>
  • crisp/trunk/readme.txt

    r2901710 r2907075  
    66Tested up to: 6.2
    77Requires PHP: 5.3
    8 Stable tag: 0.41
     8Stable tag: 0.42
    99License: MIT
    1010License URI: https://opensource.org/licenses/MIT
Note: See TracChangeset for help on using the changeset viewer.