Changeset 5538
- Timestamp:
- 03/05/08 20:41:19 (10 months ago)
- Files:
-
- 1 modified
-
trunk/lib/suri.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/suri.php
r5285 r5538 135 135 $blog['primaryBlogURL'] = 'http://' . $service['domain'] . (isset($service['port']) ? ':' . $service['port'] : '') . $pathURL; 136 136 $blog['secondaryBlogURL'] = null; 137 $defaultURL = $blog['primaryBlogURL'] ;137 $defaultURL = $blog['primaryBlogURL'].getFancyURLpostfix(); 138 138 if ($_SERVER['HTTP_HOST'] == $service['domain']) 139 139 $baseURL = $service['path']; … … 142 142 break; 143 143 } 144 145 144 $hostURL = 'http://' . $_SERVER['HTTP_HOST'] . (isset($service['port']) ? ':' . $service['port'] : ''); 146 145 $blogURL = $pathURL.getFancyURLpostfix();
