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);
|
$md = new Metadata($this->db);
|
||||||
$this->view->md = $md->view($uuid);
|
$this->view->md = $md->view($uuid);
|
||||||
|
|
||||||
$fund->addPaginator($rows,$this->view,$this->_request);
|
view::addPaginator($rows,$this->view,$this->_request);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}//formd
|
}//formd
|
||||||
|
|
Loading…
Reference in New Issue