Skip to content

Commit

Permalink
refs #514
Browse files Browse the repository at this point in the history
  * 동기화 오류 보정
  • Loading branch information
inureyes committed Dec 5, 2009
1 parent 31cb3a0 commit 841b032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/model/blog.category.php
Expand Up @@ -728,4 +728,4 @@ function clearCategoryCache() {
if(isset($__gCacheCategoryRaw))
$__gCacheCategoryRaw = array();
}
?>
?>
2 changes: 1 addition & 1 deletion library/model/blog.entry.php
Expand Up @@ -1018,7 +1018,7 @@ function changeCategoryOfEntries($blogid, $entries, $category) {
$effected = true;
}

if($effected) {
if(updateEntriesOfCategory($blogid, $category)) {
if ($effected) {
clearFeed();
CacheControl::flushDBCache('comment');
Expand Down

0 comments on commit 841b032

Please sign in to comment.