add ptype limit in category view
This commit is contained in:
parent
dccbd2cad2
commit
94daabfc88
|
@ -112,7 +112,7 @@ class ArchivesController extends Zend_Controller_Action
|
|||
|
||||
$category = new ArchiveCategory($this->db);
|
||||
|
||||
$types = $category->GetCategory();
|
||||
$types = $category->GetCategory(0,$ptype);
|
||||
foreach($types as $k=>$v)
|
||||
{
|
||||
$parts = array(
|
||||
|
|
Loading…
Reference in New Issue