phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] [20888] Fix spell check


From: Sigurd Nes
Subject: [Phpgroupware-cvs] [20888] Fix spell check
Date: Mon, 23 Nov 2009 18:11:05 +0000

Revision: 20888
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20888
Author:   sigurdne
Date:     2009-11-23 18:11:05 +0000 (Mon, 23 Nov 2009)
Log Message:
-----------
Fix spell check

Modified Paths:
--------------
    modules/email/trunk/inc/class.spell.inc.php

Modified: modules/email/trunk/inc/class.spell.inc.php
===================================================================
--- modules/email/trunk/inc/class.spell.inc.php 2009-11-23 18:00:30 UTC (rev 
20887)
+++ modules/email/trunk/inc/class.spell.inc.php 2009-11-23 18:11:05 UTC (rev 
20888)
@@ -888,8 +888,9 @@
                        unset($GLOBALS['phpgw_info']['flags']['nonavbar']);
                        $GLOBALS['phpgw_info']['flags']['noappheader'] = True;
                        $GLOBALS['phpgw_info']['flags']['noappfooter'] = True;
-                       $GLOBALS['phpgw']->common->phpgw_header();
+                       $GLOBALS['phpgw']->common->phpgw_header(true);
                        
+                       $GLOBALS['phpgw']->template->set_root(PHPGW_APP_TPL);
                        $GLOBALS['phpgw']->template->set_file(array(
                                'T_spell_main' => 'spell_review.tpl'
                        ));





reply via email to

[Prev in Thread] Current Thread [Next in Thread]