Changeset 6646

Show
Ignore:
Timestamp:
09/11/08 13:59:10 (4 months ago)
Author:
creorix
Message:

refs #1088

  • 관리자 페이지에서 카테고리를 변경할 때 캐시가 제대로 flush되지 않는 문제 수정
Files:
1 modified

Legend:

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

    r6474 r6646  
    972972    }    
    973973 
    974     if(updateEntriesOfCategory($blogid)) { 
     974    if(updateEntriesOfCategory($blogid, $category)) { 
    975975        clearFeed(); 
    976976        CacheControl::flushDBCache('comment');