URL:
  <http://savannah.gnu.org/bugs/?19437>

                 Summary: Template problem
                 Project: phpGroupWare
            Submitted by: sigurdne
            Submitted on: Wednesday 03/28/2007 at 12:32
              Item Group: CVS HEAD (aka dev code)
                Category: None
                Severity: 4 - Important
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: maat
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: CVS
        Operating System: None
         Reproducibility: None
         Planned Release: 0.9.18.000
           Fixed Release: 

    _______________________________________________________

Details:

Hi
There is a template problem for verdilak:
somehow the template root is lost after setting it in ged_ui.

A sollution:
You can change :
$this->t = $GLOBALS['phpgw']->template;
to 
$this->t = clone($GLOBALS['phpgw']->template);

Regards

Sigurd




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?19437>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
phpGroupWare-tracker mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-tracker

Reply via email to