git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@22828 44c647ce-9c0f-0410-b52a-842ac1e357ba
@@ -1012,7 +1012,7 @@ class Zend_Paginator implements Countable, IteratorAggregate
protected function _getCacheInternalId()
{
return md5(serialize(array(
- spl_object_hash($this->getAdapter()),
+ $this->getAdapter(),
$this->getItemCountPerPage()
)));
}