Changeset 7858

Show
Ignore:
Timestamp:
06/23/09 10:15:37 (1 year ago)
Author:
p_lindheimer
Message:

fixes #3734 set FORWARD_CONTEXT before paging to block client side CF

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.5/paging/functions.inc.php

    r7342 r7858  
    323323                                // make AMPUSER inherited here, so we can skip the proper 'self' if using cidnum masquerading 
    324324                                $ext->add($extpaging, $grp, '', new ext_setvar('_AMPUSER', '${AMPUSER}')); 
     325                                $ext->add($extpaging, $grp, '', new ext_setvar('_FORWARD_CONTEXT', 'block-cf')); 
    325326                                $ext->add($extpaging, $grp, '', new ext_page($dialstr)); 
    326327                        } 
  • modules/branches/2.5/paging/module.xml

    r7388 r7858  
    22        <rawname>paging</rawname> 
    33        <name>Paging and Intercom</name> 
    4         <version>2.5.0.7</version> 
     4        <version>2.5.0.8</version> 
    55        <type>setup</type> 
    66        <category>Internal Options &amp; Configuration</category> 
    77        <changelog> 
     8                *2.5.0.8* #3734 
    89                *2.5.0.7* #3448, localization updates 
    910                *2.5.0.6* localization fixes