Plugin Directory

Changeset 2726156


Ignore:
Timestamp:
05/18/2022 02:40:35 PM (4 years ago)
Author:
Lugat
Message:

fixed warning in admin for undefined query.

Location:
jinx-fast-cache/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • jinx-fast-cache/trunk/index.php

    r2726150 r2726156  
    55   * Plugin URI: https://wordpress.org/plugins/jixn-fast-cache/
    66   * Description: Blazing fast full page cache.
    7    * Version: 0.3.6
     7   * Version: 0.3.7
    88   * Author: SquareFlower Websolutions (Lukas Rydygel) <hallo@squareflower.de>
    99   * Author URI: http://squareflower.de
  • jinx-fast-cache/trunk/src/Admin.php

    r2726150 r2726156  
    412412    {
    413413     
     414      $query = '';
     415           
    414416      $url = parse_url($_SERVER['REQUEST_URI']);
    415417      parse_str($url['query'], $query);
Note: See TracChangeset for help on using the changeset viewer.