Plugin Directory

Changeset 1441139


Ignore:
Timestamp:
06/21/2016 05:41:02 PM (10 years ago)
Author:
SivaDu
Message:

fixed some bugs

Location:
anylink/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anylink/trunk/classes/al_filter.php

    r1441096 r1441139  
    1212        $this -> redirectType = $anylinkOptions['redirectType'];
    1313        $this -> rel = $anylinkOptions['rel'];
    14         $this -> whiteList = $anylinkOptions['rules'];
     14        if( isset( $anylinkOptions['rules'] ) )
     15            $this -> whiteList = $anylinkOptions['rules'];
    1516    }
    1617    /**
  • anylink/trunk/functions.php

    r1441096 r1441139  
    113113        add_option( 'anylink_options',
    114114            array(
    115                     'version' => 14,
     115                    'version' => 30,
    116116                    'redirectCat' => 'goto',
    117117                    'oldCat' => 'goto',
Note: See TracChangeset for help on using the changeset viewer.