Changeset 7867

Show
Ignore:
Timestamp:
06/23/09 15:24:59 (3 years ago)
Author:
p_lindheimer
Message:

fixes #3734 block CF client side on paging

Files:

Legend:

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

    r7734 r7867  
    367367          $ext->add($extpaging, $grp, '', new ext_setvar('_'.ltrim($key,'_'), $value)); 
    368368        } 
     369        $ext->add($extpaging, $grp, '', new ext_setvar('__FORWARD_CONTEXT', 'block-cf')); 
    369370 
    370371        $ext->add($extpaging, $grp, '', new ext_page($dialstr)); 
  • modules/branches/2.6/paging/module.xml

    r7677 r7867  
    22  <rawname>paging</rawname> 
    33  <name>Paging and Intercom</name> 
    4   <version>2.6.0.0</version> 
     4  <version>2.6.0.1</version> 
    55  <type>setup</type> 
    66  <category>Internal Options &amp; Configuration</category> 
    77  <changelog> 
     8    *2.6.0.1* #3734 
    89    *2.6.0.0* #3448, perf improvments in large page groups 
    910    *2.5.0.6* localization fixes