--- mambo/branches/4.6/components/com_content/content.php 2008/05/03 04:03:41 1694 +++ mambo/branches/4.6/components/com_content/content.php 2008/05/03 04:17:38 1695 @@ -1210,14 +1210,14 @@ // deal with the {mospagebreak} mambots // only permitted in the full text area - $page = intval( mosGetParam( $_REQUEST, 'limitstart', 0 ) ); + $page = intval( mosGetParam( $_REQUEST, 'limitstart', 0 ) ); // record the hit if ( !$params->get( 'intro_only' ) ) { $obj = new mosContent( $database ); $obj->hit( $row->id ); } - if(!($cache->start($row->id,'com_content'))){ + if(!($cache->start($row->id.$page,'com_content'))){ HTML_content::show( $row, $params, $access, $page, $option, $ItemidCount ); $cache->end(); }