Changeset 775:26f00250445c
- Timestamp:
- 11/29/11 15:50:39 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/lib.urlhandlers.php
r772 r775 19 19 $core =& $GLOBALS['core']; 20 20 $url = $core->callBehavior("publicGetURLFor",$type,$value); 21 if ( $url !== '') {21 if (!$url) { 22 22 $url = $core->blog->url.$this->getBase($type); 23 23 if ($value !== '') {
Note: See TracChangeset
for help on using the changeset viewer.