1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-16 23:00:51 +03:00

Merge branch 'origin/master'

This commit is contained in:
Mzhelskiy Maxim 2014-04-01 20:06:25 +07:00
commit 04e9883b2d

View file

@ -130,7 +130,7 @@ class ActionIndex extends Action {
/**
* Вызов хуков
*/
$this->Hook_Run('topics_list_show',array('aTopics'=>$aTopics));
$this->Hook_Run('topics_list_show',array('aTopics'=>&$aTopics));
/**
* Формируем постраничность
*/
@ -181,7 +181,7 @@ class ActionIndex extends Action {
/**
* Вызов хуков
*/
$this->Hook_Run('topics_list_show',array('aTopics'=>$aTopics));
$this->Hook_Run('topics_list_show',array('aTopics'=>&$aTopics));
/**
* Формируем постраничность
*/
@ -219,7 +219,7 @@ class ActionIndex extends Action {
/**
* Вызов хуков
*/
$this->Hook_Run('topics_list_show',array('aTopics'=>$aTopics));
$this->Hook_Run('topics_list_show',array('aTopics'=>&$aTopics));
/**
* Формируем постраничность
*/
@ -255,7 +255,7 @@ class ActionIndex extends Action {
/**
* Вызов хуков
*/
$this->Hook_Run('topics_list_show',array('aTopics'=>$aTopics));
$this->Hook_Run('topics_list_show',array('aTopics'=>&$aTopics));
/**
* Формируем постраничность
*/
@ -298,7 +298,7 @@ class ActionIndex extends Action {
/**
* Вызов хуков
*/
$this->Hook_Run('topics_list_show',array('aTopics'=>$aTopics));
$this->Hook_Run('topics_list_show',array('aTopics'=>&$aTopics));
/**
* Формируем постраничность
*/