* Remove the objectIDs session when get pre and next object.

This commit is contained in:
chencongzhi520@gmail.com
2012-07-09 01:22:37 +00:00
parent cf007529d6
commit 46df0a8220
+1
View File
@@ -487,6 +487,7 @@ class commonModel extends model
if($this->session->$typeIDs) if($this->session->$typeIDs)
{ {
$objectIDs = $this->session->$typeIDs; $objectIDs = $this->session->$typeIDs;
$this->session->set($typeIDs, '');
} }
else else
{ {