add ptype limit in category view

This commit is contained in:
wlx 2013-04-20 13:06:25 +00:00
parent dccbd2cad2
commit 94daabfc88
1 changed files with 1 additions and 1 deletions

View File

@ -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(