* Fix bug #24796.
This commit is contained in:
@@ -323,11 +323,7 @@ EOF;
|
||||
{
|
||||
$this->loadModel('story');
|
||||
/* Save session. */
|
||||
if($this->app->viewType != 'json')
|
||||
{
|
||||
$this->session->set('storyList', $this->app->getURI(true), 'my');
|
||||
$this->session->set('storyList', $this->app->getURI(true), 'product');
|
||||
}
|
||||
if($this->app->viewType != 'json') $this->session->set('storyList', $this->app->getURI(true), 'product');
|
||||
|
||||
/* Load pager. */
|
||||
$this->app->loadClass('pager', $static = true);
|
||||
@@ -391,7 +387,7 @@ EOF;
|
||||
{
|
||||
/* Save session. */
|
||||
$this->loadModel('story');
|
||||
if($this->app->viewType != 'json') $this->session->set('storyList', $this->app->getURI(true), 'my');
|
||||
if($this->app->viewType != 'json') $this->session->set('storyList', $this->app->getURI(true), 'product');
|
||||
|
||||
/* Load pager. */
|
||||
$this->app->loadClass('pager', $static = true);
|
||||
|
||||
Reference in New Issue
Block a user