Skip to content

Commit

Permalink
refs #1337
Browse files Browse the repository at this point in the history
 * 다시 수정
  • Loading branch information
yupmin committed Jan 5, 2010
1 parent 5b91c84 commit 3d735df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/legacy/Needlworks.Cache.PageCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ function flushEntry($entryId = null) {
$Entries = POD::queryColumn("SELECT name
FROM {$database['prefix']}PageCacheLog
WHERE blogid = ".getBlogId()."
AND (name like 'entry-".$entryId."%' OR name = 'commentRSS-".$entryId."' OR name = 'commentATOM_".$entryId."')");
AND (name like 'entry-".$entryId."%' OR name = 'commentRSS-".$entryId."' OR name = 'commentATOM-".$entryId."')");
CacheControl::purgeItems($Entries);
if(!empty($entryId)) {
$entry = POD::queryCell("SELECT userid, category FROM {$database['prefix']}Entries
Expand Down

0 comments on commit 3d735df

Please # to comment.