Changeset 5794

Show
Ignore:
Timestamp:
04/21/08 18:58:23 (9 months ago)
Author:
inureyes
Message:

#455

  • 글 삭제시 최근글 목록과 최근 트랙백 목록이 갱신되지 않는 문제 수정
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/model/blog.entry.php

    r5780 r5794  
    891891    CacheControl::flushEntry($id); 
    892892    CacheControl::flushDBCache('entry'); 
     893    CacheControl::flushDBCache('comment'); 
     894    CacheControl::flushDBCache('trackback'); 
    893895    $gCacheStorage->purge(); 
    894896    $result = POD::queryCount("DELETE FROM {$database['prefix']}Entries WHERE blogid = $blogid AND id = $id");