Dotclear

Changeset 1360:b4bc7f335d38


Ignore:
Timestamp:
08/03/13 23:34:56 (12 years ago)
Author:
Pascal Chevrel <pascal.chevrel@…>
Branch:
2.5
Message:

don't return false in isSpam() otherwise it doesn't allow other spam filters to work (weird logic IMO)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/antispam/filters/class.dc.filter.iplookup.php

    r1359 r1360  
    4141     { 
    4242          if (!$ip || long2ip(ip2long($ip)) != $ip) { 
    43                return false; 
     43               return; 
    4444          } 
    4545 
     
    5252               } 
    5353          } 
    54  
    55           return false; 
    5654     } 
    5755 
Note: See TracChangeset for help on using the changeset viewer.

Sites map