- Don't loose the current context (current Org)

- When switching Org, reload the current pages

SVN:trunk[285]
This commit is contained in:
Denis Flaven
2010-01-19 12:39:28 +00:00
parent 24713204af
commit 0e7297087b
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ class DisplayTemplate
$oBlock = DisplayBlock::FromTemplate($sOuterTag);
if (is_object($oBlock))
{
$oBlock->Display($oPage, 'block_'.self::$iBlockCount);
$oBlock->Display($oPage, 'block_'.self::$iBlockCount, $aParams);
}
self::$iBlockCount++;
}