diff --git a/module/doc/control.php b/module/doc/control.php index 53307bc092..08a6e8dd56 100755 --- a/module/doc/control.php +++ b/module/doc/control.php @@ -983,7 +983,6 @@ class doc extends control $this->lang->TRActions = $this->doc->buildCollectButton4Doc(); $this->lang->TRActions .= $this->doc->buildBrowseSwitch($type, $objectID, $viewType, $orderBy, $recTotal, $recPerPage, $pageID, $searchTitle); - if($this->app->tab == 'doc') $this->app->rawMethod = $type; /* Load pager. */ $this->app->loadClass('pager', $static = true);