Index: core/kernel/nparser/nparser.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- core/kernel/nparser/nparser.php (revision 16027) +++ core/kernel/nparser/nparser.php (revision ) @@ -570,10 +570,6 @@ SET PageCacheKey = ' . $this->Conn->qstr($page_cache_key) . ' WHERE ' . $page->IDField . ' = ' . $page->GetID(); $this->Conn->Query($sql); - - // increment serial, because we issue direct sql above! - $this->Application->incrementCacheSerial('c'); - $this->Application->incrementCacheSerial('c', $page->GetID()); } } @@ -1203,4 +1199,4 @@ $this->line = $tag['line']; } } -} \ No newline at end of file +}