Ignore:
Timestamp:
07/15/11 11:33:35 (13 years ago)
Author:
alexandrecorreia
Message:

Ticket #2127 - Corrigido erro quando o link de voltar é clicado

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/mobile/inc/class.ui_mobilecc.inc.php

    r4628 r4762  
    591591                        } 
    592592 
     593                        $linkBack = explode("&", $GLOBALS['phpgw_info']['mobiletemplate']->get_back_link() ); 
     594                        $link = $linkBack[0]."&".$params['catalog']."&".$linkBack[2]; 
     595                         
    593596                        $this->template->set_var('lang_back',lang("back")); 
    594                         $this->template->set_var('href_back',$GLOBALS['phpgw_info']['mobiletemplate']->get_back_link()); 
     597                        $this->template->set_var('href_back',$link); 
    595598                        $this->template->set_var('lang_use_contact',lang("use contact")); 
    596599                        $this->template->set_var('lang_selecteds',lang("selecteds")); 
Note: See TracChangeset for help on using the changeset viewer.