Changeset 7027

Show
Ignore:
Timestamp:
11/22/08 01:33:04 (7 weeks ago)
Author:
daybreaker
Message:

refs #777: 블로그 뜨지 않는 문제 수정

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/library/context.php

    r7023 r7027  
    281281                $blog['primaryBlogURL'] = 'http://' . $config->service['domain'] . (isset($config->service['port']) ? ':' . $config->service['port'] : '') . $pathURL; 
    282282                $blog['secondaryBlogURL'] = null; 
    283                 $defaultURL = $blog['primaryBlogURL'].getFancyURLpostfix(); 
     283                $defaultURL = $blog['primaryBlogURL'].($this->__getFancyURLpostfix()); 
    284284                if ($_SERVER['HTTP_HOST'] == $config->service['domain']) 
    285285                    $baseURL = $config->service['path'];