Dotclear

Changeset 1688:4491482ebb64


Ignore:
Timestamp:
09/01/13 20:37:08 (11 years ago)
Author:
Florent Cotton <florent.cotton@…>
Branch:
default
Message:

Réception des pingbacks : petit soucis pour les traitements ensuite. Laissons les URLs dans leur état normal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/core/class.dc.xmlrpc.php

    r1687 r1688  
    16481648               throw new Exception(__('No valid target URL provided? Try again!'), 0); 
    16491649          } 
    1650            
    1651           $from_url = html::sanitizeURL(urldecode($from_url)); 
    1652           $to_url = html::sanitizeURL(urldecode($to_url)); 
    1653           if ($from_url == $to_url) { 
     1650 
     1651          if (html::sanitizeURL(urldecode($from_url)) == html::sanitizeURL(urldecode($to_url))) { 
    16541652               throw new Exception(__('LOL!'), 0); 
    16551653          } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map