1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-19 09:18:18 +03:00

fix blocks

This commit is contained in:
Mzhelskiy Maxim 2011-08-27 11:21:53 +00:00
parent 60863ca5e2
commit 8a4a5161cd

View file

@ -56,7 +56,7 @@ function smarty_insert_block($aParams,&$oSmarty) {
/**
* Подключаем необходимый обработчик
*/
$oBlock = new $sBlock($aParams);
$oBlock = new $sBlock($aParamsBlock);
/**
* Запускаем обработчик
*/