Index: branches/5.3.x/core/kernel/nparser/nparser.php =================================================================== diff -u -N -r15911 -r16111 --- branches/5.3.x/core/kernel/nparser/nparser.php (.../nparser.php) (revision 15911) +++ branches/5.3.x/core/kernel/nparser/nparser.php (.../nparser.php) (revision 16111) @@ -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()); } }