fix pagenator error
This commit is contained in:
parent
eeea7ce910
commit
4745e2dead
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue