fix pagenator error

This commit is contained in:
wlx 2013-05-21 23:27:58 +00:00
parent eeea7ce910
commit 4745e2dead
1 changed files with 1 additions and 1 deletions

View File

@ -3967,7 +3967,7 @@ class AuthorController extends Zend_Controller_Action
$md = new Metadata($this->db);
$this->view->md = $md->view($uuid);
$fund->addPaginator($rows,$this->view,$this->_request);
view::addPaginator($rows,$this->view,$this->_request);
return true;
}//formd