Index: branches/5.2.x/core/kernel/nparser/nparser.php =================================================================== diff -u -N -r15856 -r16036 --- branches/5.2.x/core/kernel/nparser/nparser.php (.../nparser.php) (revision 15856) +++ branches/5.2.x/core/kernel/nparser/nparser.php (.../nparser.php) (revision 16036) @@ -1,6 +1,6 @@ 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 +}