Dotclear

Changeset 775:26f00250445c


Ignore:
Timestamp:
11/29/11 15:50:39 (14 years ago)
Author:
Dsls <dsls@…>
Branch:
default
Message:

Fixed $url checking in getURLFor, thanks adjaya.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/public/lib.urlhandlers.php

    r772 r775  
    1919          $core =& $GLOBALS['core']; 
    2020          $url = $core->callBehavior("publicGetURLFor",$type,$value); 
    21           if ($url !== '') { 
     21          if (!$url) { 
    2222               $url = $core->blog->url.$this->getBase($type); 
    2323               if ($value !== '') { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map