Changeset 7027
- Timestamp:
- 11/22/08 01:33:04 (7 weeks ago)
- Files:
-
- 1 modified
-
trunk/library/context.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/library/context.php
r7023 r7027 281 281 $blog['primaryBlogURL'] = 'http://' . $config->service['domain'] . (isset($config->service['port']) ? ':' . $config->service['port'] : '') . $pathURL; 282 282 $blog['secondaryBlogURL'] = null; 283 $defaultURL = $blog['primaryBlogURL']. getFancyURLpostfix();283 $defaultURL = $blog['primaryBlogURL'].($this->__getFancyURLpostfix()); 284 284 if ($_SERVER['HTTP_HOST'] == $config->service['domain']) 285 285 $baseURL = $config->service['path'];
