Index: branches/5.2.x/core/kernel/nparser/nparser.php =================================================================== diff -u -N -r15364 -r15412 --- branches/5.2.x/core/kernel/nparser/nparser.php (.../nparser.php) (revision 15364) +++ branches/5.2.x/core/kernel/nparser/nparser.php (.../nparser.php) (revision 15412) @@ -1,6 +1,6 @@ TableName . ' - SET PageCacheKey = ' . $page->Conn->qstr($page_cache_key) . ' + SET PageCacheKey = ' . $this->Conn->qstr($page_cache_key) . ' WHERE ' . $page->IDField . ' = ' . $page->GetID(); - $page->Conn->Query($sql); + $this->Conn->Query($sql); // increment serial, because we issue direct sql above! $this->Application->incrementCacheSerial('c');