update template
This commit is contained in:
parent
c01c37e4ad
commit
50bf790fda
|
@ -1192,7 +1192,7 @@ where ds.uuid=? )) ) a ) p on r.id=p.refid order by p.place";
|
|||
* @param int $userid
|
||||
*/
|
||||
function todownloadAction() {
|
||||
|
||||
$this->_helper->layout->setLayout('layout');
|
||||
$this->view->pageID = "account-dataorder";
|
||||
|
||||
$this->_helper->viewRenderer('onlineapp-download');
|
||||
|
@ -1498,6 +1498,7 @@ where ds.uuid=? )) ) a ) p on r.id=p.refid order by p.place";
|
|||
*/
|
||||
function downloadAction()
|
||||
{
|
||||
$this->_helper->layout->setLayout('layout');
|
||||
$uuid=$this->_request->getParam('uuid');
|
||||
$onlineappid=$this->_request->getParam('onlineappid');
|
||||
$this->view->pageID = "account-dataorder";
|
||||
|
|
Loading…
Reference in New Issue